Home | History | Annotate | Download | only in view

Lines Matching refs:SubMenu

179      * Determines if this ActionProvider has a submenu associated with it.
182 * provider instance will receive a call to {@link #onPrepareSubMenu(SubMenu)}
183 * after the call to {@link #onPerformDefaultAction()} and before a submenu is
186 * @return true if the item backed by this provider should have an associated submenu
193 * Called to prepare an associated submenu for the menu item backed by this ActionProvider.
196 * menu item is selected to prepare the submenu for presentation to the user. Apps
197 * may use this to create or alter submenu content right before display.
199 * @param subMenu Submenu that will be displayed
201 public void onPrepareSubMenu(SubMenu subMenu) {