Lines Matching refs:oldValue
527 int oldValue = m.getValue();
528 if (oldValue == n) {
536 Integer.valueOf(oldValue),
651 boolean oldValue = m.getValueIsAdjusting();
654 if ((oldValue != b) && (accessibleContext != null)) {
657 ((oldValue) ? AccessibleState.BUSY : null),
732 int oldValue = this.orientation;
734 firePropertyChange("orientation", oldValue, orientation);
736 if ((oldValue != orientation) && (accessibleContext != null)) {
739 ((oldValue == VERTICAL)
744 if (orientation != oldValue) {
1058 boolean oldValue = isInverted;
1060 firePropertyChange("inverted", oldValue, isInverted);
1061 if (b != oldValue) {
1114 int oldValue = majorTickSpacing;
1119 firePropertyChange("majorTickSpacing", oldValue, majorTickSpacing);
1120 if (majorTickSpacing != oldValue && getPaintTicks()) {
1161 int oldValue = minorTickSpacing;
1163 firePropertyChange("minorTickSpacing", oldValue, minorTickSpacing);
1164 if (minorTickSpacing != oldValue && getPaintTicks()) {
1209 boolean oldValue = snapToTicks;
1211 firePropertyChange("snapToTicks", oldValue, snapToTicks);
1230 boolean oldValue = snapToValue;
1232 firePropertyChange("snapToValue", oldValue, snapToValue);
1258 boolean oldValue = paintTicks;
1260 firePropertyChange("paintTicks", oldValue, paintTicks);
1261 if (paintTicks != oldValue) {
1289 boolean oldValue = paintTrack;
1291 firePropertyChange("paintTrack", oldValue, paintTrack);
1292 if (paintTrack != oldValue) {
1331 boolean oldValue = paintLabels;
1336 firePropertyChange("paintLabels", oldValue, paintLabels);
1337 if (paintLabels != oldValue) {