FileDocCategorySizeDatePackage
SupportMenu.javaAPI DocAndroid 5.1 API1592Thu Mar 12 22:22:56 GMT 2015android.support.v4.internal.view

SupportMenu

public interface SupportMenu implements android.view.Menu
Interface 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.
see
android.view.Menu
hide

Fields Summary
static final int
USER_MASK
This is the part of an order integer that the user can provide.
static final int
USER_SHIFT
Bit shift of the user portion of the order integer.
static final int
CATEGORY_MASK
This is the part of an order integer that supplies the category of the item.
static final int
CATEGORY_SHIFT
Bit shift of the category portion of the order integer.
Constructors Summary
Methods Summary