Searched refs:minCells (Results 1 – 2 of 2) sorted by relevance
259 int minCells = Integer.MAX_VALUE; in onMeasureExactFormat() local270 if (lp.cellsUsed < minCells) { in onMeasureExactFormat()271 minCells = lp.cellsUsed; in onMeasureExactFormat()274 } else if (lp.cellsUsed == minCells) { in onMeasureExactFormat()286 minCells++; in onMeasureExactFormat()293 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i; in onMeasureExactFormat()
255 int minCells = Integer.MAX_VALUE; in onMeasureExactFormat() local266 if (lp.cellsUsed < minCells) { in onMeasureExactFormat()267 minCells = lp.cellsUsed; in onMeasureExactFormat()270 } else if (lp.cellsUsed == minCells) { in onMeasureExactFormat()282 minCells++; in onMeasureExactFormat()289 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i; in onMeasureExactFormat()