Searched refs:minCells (Results 1 – 1 of 1) sorted by relevance
257 int minCells = Integer.MAX_VALUE; in onMeasureExactFormat() local268 if (lp.cellsUsed < minCells) { in onMeasureExactFormat()269 minCells = lp.cellsUsed; in onMeasureExactFormat()272 } else if (lp.cellsUsed == minCells) { in onMeasureExactFormat()284 minCells++; in onMeasureExactFormat()291 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i; in onMeasureExactFormat()