SupportMenupublic interface SupportMenu implements android.view.MenuInterface for managing the items in a menu.
This version extends the one available in the framework to ensures that any necessary
elements added in later versions of the framework, are available for all platforms. |
Fields Summary |
---|
static final int | USER_MASKThis is the part of an order integer that the user can provide. | static final int | USER_SHIFTBit shift of the user portion of the order integer. | static final int | CATEGORY_MASKThis is the part of an order integer that supplies the category of the item. | static final int | CATEGORY_SHIFTBit shift of the category portion of the order integer. |
|