MenuViewpublic interface MenuView Minimal interface for a menu view. {@link #initialize(MenuBuilder)} 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)Initializes the menu to the given menu. This should be called after the
view is inflated.
|
|