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 225 lp.cellsUsed = 0;
234 final int cellsUsed = measureChildForCells(child, cellSize, cellsAvailable,
237 maxCellsUsed = Math.max(maxCellsUsed, cellsUsed);
241 cellsRemaining -= cellsUsed;
243 if (cellsUsed == 1) smallestItemsAt |= (1 << i);
266 if (lp.cellsUsed < minCells) {
267 minCells = lp.cellsUsed;
270 } else if (lp.cellsUsed == minCells) {
289 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i;
297 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-nodeps.jar 

Completed in 43 milliseconds