List of usage examples for android.view ActionMode subclass-usage
From source file android.support.v7.view.SupportActionModeWrapper.java
/**
* Wraps a support {@link android.support.v7.view.ActionMode} as a framework
* {@link android.view.ActionMode}.
*
* @hide
*/
From source file android.support.v7ox.view.SupportActionModeWrapper.java
/**
* Wraps a support {@link android.support.v7ox.view.ActionMode} as a framework
* {@link android.view.ActionMode}.
*
* @hide
*/
From source file net.abcdroid.devfest12.util.actionmodecompat.ActionModeBase.java
/** * A pre-Honeycomb, simple implementation of {@link ActionMode} that simply shows a context menu * for the action mode. */ class ActionModeBase extends ActionMode implements DialogInterface.OnClickListener { private FragmentActivity mActivity;
From source file io.baas.checktoe.utils.actionmodecompat.ActionModeBase.java
/** * A pre-Honeycomb, simple implementation of {@link ActionMode} that simply * shows a context menu for the action mode. */ class ActionModeBase extends ActionMode implements DialogInterface.OnClickListener { private FragmentActivity mActivity;
From source file com.kth.baasio.sample.utils.actionmodecompat.ActionModeBase.java
/** * A pre-Honeycomb, simple implementation of {@link ActionMode} that simply * shows a context menu for the action mode. */ class ActionModeBase extends ActionMode implements DialogInterface.OnClickListener { private FragmentActivity mActivity;
From source file com.google.android.apps.iosched.util.actionmodecompat.ActionModeBase.java
/** * A pre-Honeycomb, simple implementation of {@link ActionMode} that simply shows a context menu * for the action mode. */ class ActionModeBase extends ActionMode implements DialogInterface.OnClickListener { private FragmentActivity mActivity;
From source file com.kth.baasio.baassample.utils.actionmodecompat.ActionModeBase.java
/** * A pre-Honeycomb, simple implementation of {@link ActionMode} that simply * shows a context menu for the action mode. */ class ActionModeBase extends ActionMode implements DialogInterface.OnClickListener { private FragmentActivity mActivity;
From source file com.kth.baasio.helpcenter.utils.actionmodecompat.ActionModeBase.java
/** * A pre-Honeycomb, simple implementation of {@link ActionMode} that simply * shows a context menu for the action mode. */ class ActionModeBase extends ActionMode implements DialogInterface.OnClickListener { private FragmentActivity mActivity;
From source file com.boardgamegeek.util.actionmodecompat.ActionModeBase.java
/** * A pre-Honeycomb, simple implementation of {@link ActionMode} that simply shows a context menu * for the action mode. */ class ActionModeBase extends ActionMode implements DialogInterface.OnClickListener { private final FragmentActivity mActivity;