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

  /frameworks/base/core/java/android/widget/
ActionMenuView.java 49 static final int MIN_CELL_SIZE = 56; // dips
79 mMinCellSize = (int) (MIN_CELL_SIZE * density);
ActionMenuPresenter.java 170 mMinCellSize = (int) (ActionMenuView.MIN_CELL_SIZE * res.getDisplayMetrics().density);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 51 static final int MIN_CELL_SIZE = 56; // dips
81 mMinCellSize = (int) (MIN_CELL_SIZE * density);
ActionMenuPresenter.java 130 mMinCellSize = (int) (ActionMenuView.MIN_CELL_SIZE * res.getDisplayMetrics().density);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 63 milliseconds