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

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java1040 int nextRow = setRowAndChildren(row);
1042 int childRowCount = nextRow - row - 1;
1051 * Sets the receivers row to <code>nextRow</code> and recursively
1055 protected int setRowAndChildren(int nextRow) { argument
1056 row = nextRow;
1319 * <code>nextRow</code> gives the bounds of the receiver.
1321 * This should be invoked on root with <code>nextRow</code> set
1324 protected boolean getPathForRow(int row, int nextRow, argument
1368 // nextRow.
1370 int lastChildEndRow = nextRow
[all...]
/openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/
H A DRuleBasedBreakIteratorBuilder.java1853 int nextRow = lookupState(row, column);
1854 if (nextRow != 0) {
1856 int cellValue = lookupState(nextRow, nextColumn);

Completed in 149 milliseconds