Home | History | Annotate | Download | only in grid

Lines Matching defs:nextRow

505             int nextRow = 1;
516 assert nextRow > row;
518 row = nextRow;
533 nextRow = Math.max(nextRow, view.row + view.rowSpan);
539 assert nextRow > row;
541 row = nextRow;