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

/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...]
/frameworks/support/v4/java/android/support/v4/view/
H A DActionProvider.java33 * <em>only</em>, you should instead use the framework {@link android.view.ActionProvider}
36 * <p>An ActionProvider can be
49 * android.support.v4.view.MenuItemCompat#setActionProvider(android.view.MenuItem, ActionProvider)}.
63 * @see android.support.v4.view.MenuItemCompat#setActionProvider(android.view.MenuItem, ActionProvider)
66 public abstract class ActionProvider { class
67 private static final String TAG = "ActionProvider(support)";
78 public ActionProvider(Context context) { method in class:ActionProvider
100 * <p>If your ActionProvider implementation overrides the deprecated no-argument overload
114 * by the {@link MenuItem} this ActionProvider is bound to help determine its visibility.
116 * @return true if this ActionProvider override
[all...]

Completed in 82 milliseconds