Searched refs:cellsPerRow (Results 1 – 1 of 1) sorted by relevance
292 int cellsPerRow = columnHeaderValues.size(); in computeRowsPerIteration() local293 rowsPerIteration = Math.max(CELLS_PER_ITERATION / cellsPerRow, 1); in computeRowsPerIteration()