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

  /frameworks/base/core/java/android/widget/
ActionMenuView.java 254 int minCells = Integer.MAX_VALUE;
265 if (lp.cellsUsed < minCells) {
266 minCells = lp.cellsUsed;
269 } else if (lp.cellsUsed == minCells) {
281 minCells++;
288 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 255 int minCells = Integer.MAX_VALUE;
266 if (lp.cellsUsed < minCells) {
267 minCells = lp.cellsUsed;
270 } else if (lp.cellsUsed == minCells) {
282 minCells++;
289 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i;
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 76 milliseconds