public interface SupportMenu extends Menu
Menu
Modifier and Type | Field and Description |
---|---|
static int |
CATEGORY_MASK
This is the part of an order integer that supplies the category of the item.
|
static int |
CATEGORY_SHIFT
Bit shift of the category portion of the order integer.
|
static int |
FLAG_KEEP_OPEN_ON_SUBMENU_OPENED
Flag which stops the Menu being closed when a sub menu is opened
|
static int |
USER_MASK
This is the part of an order integer that the user can provide.
|
static int |
USER_SHIFT
Bit shift of the user portion of the order integer.
|
CATEGORY_ALTERNATIVE, CATEGORY_CONTAINER, CATEGORY_SECONDARY, CATEGORY_SYSTEM, FIRST, FLAG_ALWAYS_PERFORM_CLOSE, FLAG_APPEND_TO_GROUP, FLAG_PERFORM_NO_CLOSE, NONE
add, add, add, add, addIntentOptions, addSubMenu, addSubMenu, addSubMenu, addSubMenu, clear, close, findItem, getItem, hasVisibleItems, isShortcutKey, performIdentifierAction, performShortcut, removeGroup, removeItem, setGroupCheckable, setGroupEnabled, setGroupVisible, setQwertyMode, size
static final int USER_MASK
static final int USER_SHIFT
static final int CATEGORY_MASK
static final int CATEGORY_SHIFT
static final int FLAG_KEEP_OPEN_ON_SUBMENU_OPENED