Searched defs:menuType (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuView.java54 * @param menuType The type of this menu, one of
58 public void initialize(MenuItemImpl itemData, int menuType); argument
H A DActionMenuItemView.java102 public void initialize(MenuItemImpl itemData, int menuType) { argument
H A DIconMenuItemView.java106 public void initialize(MenuItemImpl itemData, int menuType) { argument
H A DListMenuItemView.java93 public void initialize(MenuItemImpl itemData, int menuType) { argument
95 mMenuType = menuType;
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java313 * @param menuType type of the specified menu
316 abstract protected int getMenuResIdForMenuType(MenuType menuType); argument
320 * @param menuType type of the specified menu
323 abstract protected int getChooserTitleStringResIdForMenuType(MenuType menuType); argument
327 * @param menuType type of the specified menu
330 abstract protected int getTitleViewLayoutResId(MenuType menuType); argument

Completed in 2633 milliseconds