HomeSort by relevance Sort by last modified time
    Searched defs: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 229 lp.cellsUsed = 0;
238 final int cellsUsed = measureChildForCells(child, cellSize, cellsAvailable,
241 maxCellsUsed = Math.max(maxCellsUsed, cellsUsed);
245 cellsRemaining -= cellsUsed;
247 if (cellsUsed == 1) smallestItemsAt |= (1 << i);
270 if (lp.cellsUsed < minCells) {
271 minCells = lp.cellsUsed;
274 } else if (lp.cellsUsed == minCells) {
293 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i;
301 lp.cellsUsed++
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 69 milliseconds