Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActionMenuView.java226 lp.cellsUsed = 0; in onMeasureExactFormat()
235 final int cellsUsed = measureChildForCells(child, cellSize, cellsAvailable, in onMeasureExactFormat() local
238 maxCellsUsed = Math.max(maxCellsUsed, cellsUsed); in onMeasureExactFormat()
242 cellsRemaining -= cellsUsed; in onMeasureExactFormat()
244 if (cellsUsed == 1) smallestItemsAt |= (1 << i); in onMeasureExactFormat()
267 if (lp.cellsUsed < minCells) { in onMeasureExactFormat()
268 minCells = lp.cellsUsed; in onMeasureExactFormat()
271 } else if (lp.cellsUsed == minCells) { in onMeasureExactFormat()
290 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i; in onMeasureExactFormat()
298 lp.cellsUsed++; in onMeasureExactFormat()
[all …]