Lines Matching refs:oldValue
273 int oldValue = this.orientation;
275 firePropertyChange("orientation", oldValue, orientation);
277 if ((oldValue != orientation) && (accessibleContext != null)) {
280 ((oldValue == VERTICAL)
285 if (orientation != oldValue) {
313 Integer oldValue = null;
317 oldValue = Integer.valueOf(model.getValue());
329 oldValue, new Integer(model.getValue()));
371 int oldValue = this.unitIncrement;
373 firePropertyChange("unitIncrement", oldValue, unitIncrement);
414 int oldValue = this.blockIncrement;
416 firePropertyChange("blockIncrement", oldValue, blockIncrement);
462 int oldValue = m.getValue();
468 Integer.valueOf(oldValue),
579 boolean oldValue = m.getValueIsAdjusting();
582 if ((oldValue != b) && (accessibleContext != null)) {
585 ((oldValue) ? AccessibleState.BUSY : null),
608 int oldValue = m.getValue();
614 Integer.valueOf(oldValue),