android.support.v4.view.ActionProvider Java Examples
The following examples show how to use
android.support.v4.view.ActionProvider.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: AppCompatv7DSL.java From anvil with MIT License | 4 votes |
public static Void provider(ActionProvider arg) { return BaseDSL.attr("provider", arg); }
Example #2
Source File: SupportMenuItem.java From CodenameOne with GNU General Public License v2.0 | 2 votes |
/** * Sets the {@link android.support.v4.view.ActionProvider} responsible for creating an action view if * the item is placed on the action bar. The provider also provides a default * action invoked if the item is placed in the overflow menu. * * <p><strong>Note:</strong> Setting an action provider overrides the action view * set via {@link #setActionView(int)} or {@link #setActionView(View)}. * </p> * * @param actionProvider The action provider. * @return This Item so additional setters can be called. * @see android.support.v4.view.ActionProvider */ public SupportMenuItem setSupportActionProvider(ActionProvider actionProvider);
Example #3
Source File: SupportMenuItem.java From CodenameOne with GNU General Public License v2.0 | 2 votes |
/** * Gets the {@link ActionProvider}. * * @return The action provider. * @see ActionProvider * @see #setSupportActionProvider(ActionProvider) */ public ActionProvider getSupportActionProvider();
Example #4
Source File: SupportMenuItem.java From adt-leanback-support with Apache License 2.0 | 2 votes |
/** * Sets the {@link android.support.v4.view.ActionProvider} responsible for creating an action view if * the item is placed on the action bar. The provider also provides a default * action invoked if the item is placed in the overflow menu. * * <p><strong>Note:</strong> Setting an action provider overrides the action view * set via {@link #setActionView(int)} or {@link #setActionView(View)}. * </p> * * @param actionProvider The action provider. * @return This Item so additional setters can be called. * @see android.support.v4.view.ActionProvider */ public SupportMenuItem setSupportActionProvider(ActionProvider actionProvider);
Example #5
Source File: SupportMenuItem.java From adt-leanback-support with Apache License 2.0 | 2 votes |
/** * Gets the {@link ActionProvider}. * * @return The action provider. * @see ActionProvider * @see #setSupportActionProvider(ActionProvider) */ public ActionProvider getSupportActionProvider();
Example #6
Source File: SupportMenuItem.java From android-recipes-app with Apache License 2.0 | 2 votes |
/** * Sets the {@link android.support.v4.view.ActionProvider} responsible for creating an action view if * the item is placed on the action bar. The provider also provides a default * action invoked if the item is placed in the overflow menu. * * <p><strong>Note:</strong> Setting an action provider overrides the action view * set via {@link #setActionView(int)} or {@link #setActionView(View)}. * </p> * * @param actionProvider The action provider. * @return This Item so additional setters can be called. * @see android.support.v4.view.ActionProvider */ public SupportMenuItem setSupportActionProvider(ActionProvider actionProvider);
Example #7
Source File: SupportMenuItem.java From android-recipes-app with Apache License 2.0 | 2 votes |
/** * Gets the {@link ActionProvider}. * * @return The action provider. * @see ActionProvider * @see #setSupportActionProvider(ActionProvider) */ public ActionProvider getSupportActionProvider();
Example #8
Source File: SupportMenuItem.java From V.FlyoutTest with MIT License | 2 votes |
/** * Sets the {@link android.support.v4.view.ActionProvider} responsible for creating an action view if * the item is placed on the action bar. The provider also provides a default * action invoked if the item is placed in the overflow menu. * * <p><strong>Note:</strong> Setting an action provider overrides the action view * set via {@link #setActionView(int)} or {@link #setActionView(View)}. * </p> * * @param actionProvider The action provider. * @return This Item so additional setters can be called. * @see android.support.v4.view.ActionProvider */ public SupportMenuItem setSupportActionProvider(ActionProvider actionProvider);
Example #9
Source File: SupportMenuItem.java From V.FlyoutTest with MIT License | 2 votes |
/** * Gets the {@link ActionProvider}. * * @return The action provider. * @see ActionProvider * @see #setSupportActionProvider(ActionProvider) */ public ActionProvider getSupportActionProvider();
Example #10
Source File: SupportMenuItem.java From guideshow with MIT License | 2 votes |
/** * Sets the {@link android.support.v4.view.ActionProvider} responsible for creating an action view if * the item is placed on the action bar. The provider also provides a default * action invoked if the item is placed in the overflow menu. * * <p><strong>Note:</strong> Setting an action provider overrides the action view * set via {@link #setActionView(int)} or {@link #setActionView(View)}. * </p> * * @param actionProvider The action provider. * @return This Item so additional setters can be called. * @see android.support.v4.view.ActionProvider */ public SupportMenuItem setSupportActionProvider(ActionProvider actionProvider);
Example #11
Source File: SupportMenuItem.java From guideshow with MIT License | 2 votes |
/** * Gets the {@link ActionProvider}. * * @return The action provider. * @see ActionProvider * @see #setSupportActionProvider(ActionProvider) */ public ActionProvider getSupportActionProvider();
Example #12
Source File: SupportMenuItem.java From letv with Apache License 2.0 | votes |
ActionProvider getSupportActionProvider();
Example #13
Source File: SupportMenuItem.java From letv with Apache License 2.0 | votes |
SupportMenuItem setSupportActionProvider(ActionProvider actionProvider);
Example #14
Source File: SupportMenuItem.java From MiBandDecompiled with Apache License 2.0 | votes |
public abstract ActionProvider getSupportActionProvider();
Example #15
Source File: SupportMenuItem.java From MiBandDecompiled with Apache License 2.0 | votes |
public abstract SupportMenuItem setSupportActionProvider(ActionProvider actionprovider);