Searched refs:firstAdjustedIndex (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DDefaultListSelectionModel.java62 private int firstAdjustedIndex = MAX; field in class:DefaultListSelectionModel
199 firstChangedIndex = Math.min(firstChangedIndex, firstAdjustedIndex);
206 int oldFirstAdjustedIndex = firstAdjustedIndex;
208 firstAdjustedIndex = MAX;
259 firstAdjustedIndex = Math.min(firstAdjustedIndex, r);

Completed in 31 milliseconds