Home | History | Annotate | Download | only in view

Lines Matching refs:SubMenu

189      * its label. To modify other attributes on the submenu's menu item, use
190 * {@link SubMenu#getItem()}.
195 SubMenu addSubMenu(final CharSequence title);
199 * its label. To modify other attributes on the submenu's menu item, use
200 * {@link SubMenu#getItem()}.
205 SubMenu addSubMenu(final int titleRes);
210 * submenu's menu item, use {@link SubMenu#getItem()}.
213 * a subMenu to a subMenu: An {@link UnsupportedOperationException} will be
227 SubMenu addSubMenu(final int groupId, final int itemId, int order, final CharSequence title);
242 SubMenu addSubMenu(int groupId, int itemId, int order, int titleRes);