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 224 lp.cellsUsed = 0;
233 final int cellsUsed = measureChildForCells(child, cellSize, cellsAvailable,
236 maxCellsUsed = Math.max(maxCellsUsed, cellsUsed);
240 cellsRemaining -= cellsUsed;
242 if (cellsUsed == 1) smallestItemsAt |= (1 << i);
265 if (lp.cellsUsed < minCells) {
266 minCells = lp.cellsUsed;
269 } else if (lp.cellsUsed == minCells) {
288 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i;
296 lp.cellsUsed++
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 228 lp.cellsUsed = 0;
237 final int cellsUsed = measureChildForCells(child, cellSize, cellsAvailable,
240 maxCellsUsed = Math.max(maxCellsUsed, cellsUsed);
244 cellsRemaining -= cellsUsed;
246 if (cellsUsed == 1) smallestItemsAt |= (1 << i);
269 if (lp.cellsUsed < minCells) {
270 minCells = lp.cellsUsed;
273 } else if (lp.cellsUsed == minCells) {
292 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i;
300 lp.cellsUsed++
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 44 milliseconds