Home | History | Annotate | Download | only in grid

Lines Matching refs:nextColumn

549             int nextColumn = 1;
559 assert nextColumn > column;
560 column = nextColumn;
575 nextColumn = Math.max(nextColumn, view.column + view.columnSpan);
581 assert nextColumn > column;
583 column = nextColumn;