类android.support.v4.view.ActionProvider源码实例Demo

下面列出了怎么用android.support.v4.view.ActionProvider的API类实例代码及写法,或者点击链接到github查看源代码。

源代码1 项目: anvil   文件: AppCompatv7DSL.java
public static Void provider(ActionProvider arg) {
  return BaseDSL.attr("provider", arg);
}
 
源代码2 项目: CodenameOne   文件: SupportMenuItem.java
/**
 * 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);
 
源代码3 项目: CodenameOne   文件: SupportMenuItem.java
/**
 * Gets the {@link ActionProvider}.
 *
 * @return The action provider.
 * @see ActionProvider
 * @see #setSupportActionProvider(ActionProvider)
 */
public ActionProvider getSupportActionProvider();
 
源代码4 项目: adt-leanback-support   文件: SupportMenuItem.java
/**
 * 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);
 
源代码5 项目: adt-leanback-support   文件: SupportMenuItem.java
/**
 * Gets the {@link ActionProvider}.
 *
 * @return The action provider.
 * @see ActionProvider
 * @see #setSupportActionProvider(ActionProvider)
 */
public ActionProvider getSupportActionProvider();
 
源代码6 项目: android-recipes-app   文件: SupportMenuItem.java
/**
 * 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);
 
源代码7 项目: android-recipes-app   文件: SupportMenuItem.java
/**
 * Gets the {@link ActionProvider}.
 *
 * @return The action provider.
 * @see ActionProvider
 * @see #setSupportActionProvider(ActionProvider)
 */
public ActionProvider getSupportActionProvider();
 
源代码8 项目: V.FlyoutTest   文件: SupportMenuItem.java
/**
 * 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);
 
源代码9 项目: V.FlyoutTest   文件: SupportMenuItem.java
/**
 * Gets the {@link ActionProvider}.
 *
 * @return The action provider.
 * @see ActionProvider
 * @see #setSupportActionProvider(ActionProvider)
 */
public ActionProvider getSupportActionProvider();
 
源代码10 项目: guideshow   文件: SupportMenuItem.java
/**
 * 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);
 
源代码11 项目: guideshow   文件: SupportMenuItem.java
/**
 * Gets the {@link ActionProvider}.
 *
 * @return The action provider.
 * @see ActionProvider
 * @see #setSupportActionProvider(ActionProvider)
 */
public ActionProvider getSupportActionProvider();
 
源代码12 项目: letv   文件: SupportMenuItem.java
ActionProvider getSupportActionProvider(); 
源代码13 项目: letv   文件: SupportMenuItem.java
SupportMenuItem setSupportActionProvider(ActionProvider actionProvider); 
源代码14 项目: MiBandDecompiled   文件: SupportMenuItem.java
public abstract ActionProvider getSupportActionProvider(); 
源代码15 项目: MiBandDecompiled   文件: SupportMenuItem.java
public abstract SupportMenuItem setSupportActionProvider(ActionProvider actionprovider); 
 类所在包
 类方法
 同包方法