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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java73 protected int[] cellHeights = null; field in class:BasicListUI
903 cellHeights = null;
1023 if (cellHeights == null) {
1026 else if (row >= cellHeights.length) {
1031 y += cellHeights[i];
1100 return (cellHeights == null) ? cellHeight :
1101 ((row < cellHeights.length) ? cellHeights[row] : -1);
1117 if (cellHeights == null) {
1130 else if (size > cellHeights
[all...]

Completed in 33 milliseconds