Searched refs:curVal (Results 1 – 2 of 2) sorted by relevance
57 private double curVal = 0; field in _XAccessibleValue84 double curVal ; in _getCurrentValue() local88 curVal = 0; in _getCurrentValue()90 curVal = getDoubleValue(val); in _getCurrentValue()93 if (curVal < minVal || maxVal < curVal) { in _getCurrentValue()94 log.println("" + (curVal - minVal) + "," + (maxVal - curVal)); in _getCurrentValue()95 log.println("Current value " + curVal + " is not in range [" in _getCurrentValue()141 double newVal = curVal + 1; in _setCurrentValue()
618 …protected boolean convertPropertyValue(Property property, Object[] newVal, Object[]curVal, Object… in convertPropertyValue() argument634 curVal[0]= propField.get(this); in convertPropertyValue()674 if (curVal[0] == null) in convertPropertyValue()679 convObj= new Any( ((Any)curVal[0]).getType(), null); in convertPropertyValue()
Completed in 23 milliseconds