Searched refs:nextRow (Results 1 – 2 of 2) sorted by relevance
336 int nextRow = 0; in assignCellAttributes() local373 nextRow = Math.max(nextRow, row + rowSpan); in assignCellAttributes()394 assert nextRow > implicitRow; in assignCellAttributes()395 implicitRow = nextRow; in assignCellAttributes()
505 int nextRow = 1; in assignRowsAndColumnsFromXml() local516 assert nextRow > row; in assignRowsAndColumnsFromXml()518 row = nextRow; in assignRowsAndColumnsFromXml()533 nextRow = Math.max(nextRow, view.row + view.rowSpan); in assignRowsAndColumnsFromXml()539 assert nextRow > row; in assignRowsAndColumnsFromXml()541 row = nextRow; in assignRowsAndColumnsFromXml()