Home
last modified time | relevance | path

Searched refs:cellsPerRow (Results 1 – 1 of 1) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java292 int cellsPerRow = columnHeaderValues.size(); in computeRowsPerIteration() local
293 rowsPerIteration = Math.max(CELLS_PER_ITERATION / cellsPerRow, 1); in computeRowsPerIteration()