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 246 int minCells = Integer.MAX_VALUE;
257 if (lp.cellsUsed < minCells) {
258 minCells = lp.cellsUsed;
261 } else if (lp.cellsUsed == minCells) {
273 minCells++;
280 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 256 int minCells = Integer.MAX_VALUE;
267 if (lp.cellsUsed < minCells) {
268 minCells = lp.cellsUsed;
271 } else if (lp.cellsUsed == minCells) {
283 minCells++;
290 if (lp.cellsUsed == minCells) smallestItemsAt |= 1 << i;
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 956 milliseconds