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

  /frameworks/base/core/java/android/widget/
ActionMenuView.java 248 int minCellsItemCount = 0;
260 minCellsItemCount = 1;
263 minCellsItemCount++;
270 if (minCellsItemCount > cellsRemaining) break; // Couldn't expand anything evenly. Stop.
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 258 int minCellsItemCount = 0;
270 minCellsItemCount = 1;
273 minCellsItemCount++;
280 if (minCellsItemCount > cellsRemaining) break; // Couldn't expand anything evenly. Stop.
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 128 milliseconds