Searched refs:numCellsLastRow (Results 1 – 1 of 1) sorted by relevance
140 int numCellsLastRow = numColumns - numPadded; in addPreviewCells() local164 for (int j = 0; j < numCellsLastRow; j++) { in addPreviewCells()168 for (int j = numCellsLastRow; j < numColumns; j++) { in addPreviewCells()