Home | History | Annotate | Download | only in view

Lines Matching refs:subMenu

118      * Determines if this ActionProvider has a submenu associated with it.
121 * provider instance will receive a call to {@link #onPrepareSubMenu(SubMenu)}
122 * after the call to {@link #onPerformDefaultAction()} and before a submenu is
125 * @return true if the item backed by this provider should have an associated submenu
132 * Called to prepare an associated submenu for the menu item backed by this ActionProvider.
135 * menu item is selected to prepare the submenu for presentation to the user. Apps
136 * may use this to create or alter submenu content right before display.
138 * @param subMenu Submenu that will be displayed
140 public void onPrepareSubMenu(SubMenu subMenu) {