Searched defs:closest (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java1107 * @param closest If true and the location doesn't exactly match a
1108 * particular location, this will return the closest row.
1110 private int convertLocationToRow(int x, int y0, boolean closest) { argument
1120 if (closest) {
1137 if (closest && y0 < y) {
1153 * Returns the closest row that starts at the specified y-location
1170 * Returns the closest location to the model index of the passed in
1233 * Returns the closest column to the passed in location.

Completed in 35 milliseconds