Searched defs:ActionProvider (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DActionProvider.java23 * An ActionProvider defines rich menu interaction in a single component.
24 * ActionProvider can generate action views for use in the action bar,
28 * <p>An ActionProvider can be optionally specified for a {@link MenuItem} and will be
31 * does not allow custom action views, (e.g. in an overflow menu,) the ActionProvider
38 * {@link MenuItem#setActionProvider(ActionProvider)}.
55 * @see MenuItem#setActionProvider(ActionProvider)
58 public abstract class ActionProvider { class
59 private static final String TAG = "ActionProvider";
64 * Creates a new instance. ActionProvider classes should always implement a
69 public ActionProvider(Contex method in class:ActionProvider
[all...]

Completed in 47 milliseconds