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 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...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 226 lp.cellsUsed = 0;
235 final int cellsUsed = measureChildForCells(child, cellSize, cellsAvailable,
238 maxCellsUsed = Math.max(maxCellsUsed, cellsUsed);
242 cellsRemaining -= cellsUsed;
244 if (cellsUsed == 1) smallestItemsAt |= (1 << i);
267 if (lp.cellsUsed < minCells) {
268 minCells = lp.cellsUsed;
271 } else if (lp.cellsUsed == minCells) {
290 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i;
298 lp.cellsUsed++
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 399 milliseconds