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

  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 57 private static final int MAX_ICON_SIZE = 32; // dp
83 mMaxIconSize = (int) (MAX_ICON_SIZE * density + 0.5f);
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ActionMenuItemView.java 68 private static final int MAX_ICON_SIZE = 32; // dp
90 mMaxIconSize = (int) (MAX_ICON_SIZE * density + 0.5f);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 38 milliseconds