MenuViewpublic interface MenuView Minimal interface for a menu view. {@link #initialize(MenuBuilder, int)} must be called for the
menu to be functional. |
Methods Summary |
---|
public int | getWindowAnimations()Returns the default animations to be used for this menu when entering/exiting.
| public void | initialize(com.android.internal.view.menu.MenuBuilder menu, int menuType)Initializes the menu to the given menu. This should be called after the
view is inflated.
| public void | updateChildren(boolean cleared)Forces the menu view to update its view to reflect the new state of the menu.
|
|