Home | History | Annotate | Download | only in menu

Lines Matching refs:subMenu

40          * Called when a submenu opens. Useful for notifying the application
42 * while a submenu is open or similar.
44 * @param subMenu Submenu currently being opened
45 * @return true if the Callback will handle presenting the submenu, false if
48 public boolean onOpenSubMenu(MenuBuilder subMenu);
86 * Called by Menu implementations to indicate that a submenu item
88 * if applicable the presenter should present the submenu.
90 * @param subMenu SubMenu being opened
93 public boolean onSubMenuSelected(SubMenuBuilder subMenu);
96 * Called by Menu implementations to indicate that a menu or submenu is
100 * @param menu Menu or submenu that is closing.