Searched refs:minCells (Results 1 – 1 of 1) sorted by relevance
256 int minCells = Integer.MAX_VALUE; in onMeasureExactFormat() local267 if (lp.cellsUsed < minCells) { in onMeasureExactFormat()268 minCells = lp.cellsUsed; in onMeasureExactFormat()271 } else if (lp.cellsUsed == minCells) { in onMeasureExactFormat()283 minCells++; in onMeasureExactFormat()290 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i; in onMeasureExactFormat()