Lines Matching refs:menu

29 import com.android.internal.view.menu.ActionMenuItemView;
30 import com.android.internal.view.menu.MenuBuilder;
31 import com.android.internal.view.menu.MenuItemImpl;
32 import com.android.internal.view.menu.MenuPresenter;
33 import com.android.internal.view.menu.MenuView;
36 * ActionMenuView is a presentation of a series of menu options as a View. It provides
38 * items in an overflow menu. This allows applications to present packs of actions inline with
82 * the same theme as the action menu view itself.
100 * 0 if menus are inflated against the action menu view theme
108 * @param presenter Menu presenter used to display popup menu
142 // Kick the menu and update presenters when this changes.
208 // Reset padding for generated menu item views; it may change below
596 public void initialize(MenuBuilder menu) {
597 mMenu = menu;
634 * Returns the current menu or null if one has not yet been configured.
642 * Show the overflow items from the associated menu.
644 * @return true if the menu was able to be shown, false otherwise
651 * Hide the overflow items from the associated menu.
653 * @return true if the menu was able to be hidden, false otherwise
660 * Check whether the overflow menu is currently showing. This may not reflect
663 * @return true if the overflow menu is currently showing
675 * Dismiss any popups associated with this menu view.
713 * Interface responsible for receiving menu item click events if the items themselves
718 * This method will be invoked when a menu item is clicked if the item itself did
729 public boolean onMenuItemSelected(MenuBuilder menu, MenuItem item) {
735 public void onMenuModeChange(MenuBuilder menu) {
737 mMenuBuilderCallback.onMenuModeChange(menu);
744 public void onCloseMenu(MenuBuilder menu, boolean allMenusAreClosing) {