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 256 int minCellsItemCount = 0;
268 minCellsItemCount = 1;
271 minCellsItemCount++;
278 if (minCellsItemCount > cellsRemaining) break; // Couldn't expand anything evenly. Stop.
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 260 int minCellsItemCount = 0;
272 minCellsItemCount = 1;
275 minCellsItemCount++;
282 if (minCellsItemCount > cellsRemaining) break; // Couldn't expand anything evenly. Stop.
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 54 milliseconds