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

  /frameworks/base/core/java/android/widget/
ActionMenuView.java 191 int maxCellsUsed = 0;
228 maxCellsUsed = Math.max(maxCellsUsed, cellsUsed);
301 (cellsRemaining < visibleItemCount - 1 || singleItem || maxCellsUsed > 1)) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 201 int maxCellsUsed = 0;
238 maxCellsUsed = Math.max(maxCellsUsed, cellsUsed);
311 (cellsRemaining < visibleItemCount - 1 || singleItem || maxCellsUsed > 1)) {
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 71 milliseconds