Home
last modified time | relevance | path

Searched refs:MAX_ICON_SIZE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
DActionMenuItemView.java54 private static final int MAX_ICON_SIZE = 32; // dp field in ActionMenuItemView
80 mMaxIconSize = (int) (MAX_ICON_SIZE * density + 0.5f); in ActionMenuItemView()