HomeSort by relevance Sort by last modified time
    Searched refs:cellsUsed (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
ActionMenuView.java 216 lp.cellsUsed = 0;
225 final int cellsUsed = measureChildForCells(child, cellSize, cellsAvailable,
228 maxCellsUsed = Math.max(maxCellsUsed, cellsUsed);
232 cellsRemaining -= cellsUsed;
234 if (cellsUsed == 1) smallestItemsAt |= (1 << i);
257 if (lp.cellsUsed < minCells) {
258 minCells = lp.cellsUsed;
261 } else if (lp.cellsUsed == minCells) {
280 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i;
288 lp.cellsUsed++
    [all...]