List of usage examples for android.view ActionMode subclass-usage
From source file io.baas.checktoe.utils.actionmodecompat.ActionModeHoneycomb.java
/**
* An implementation of {@link ActionMode} that proxies to the native
* {@link android.view.ActionMode} implementation (shows the contextual action
* bar).
*/
@TargetApi(Build.VERSION_CODES.HONEYCOMB)
From source file net.abcdroid.devfest12.util.actionmodecompat.ActionModeHoneycomb.java
/** * An implementation of {@link ActionMode} that proxies to the native * {@link android.view.ActionMode} implementation (shows the contextual action bar). */ @TargetApi(Build.VERSION_CODES.HONEYCOMB) class ActionModeHoneycomb extends ActionMode {
From source file com.kth.baasio.sample.utils.actionmodecompat.ActionModeHoneycomb.java
/**
* An implementation of {@link ActionMode} that proxies to the native
* {@link android.view.ActionMode} implementation (shows the contextual action
* bar).
*/
@TargetApi(Build.VERSION_CODES.HONEYCOMB)
From source file com.kth.baasio.baassample.utils.actionmodecompat.ActionModeHoneycomb.java
/**
* An implementation of {@link ActionMode} that proxies to the native
* {@link android.view.ActionMode} implementation (shows the contextual action
* bar).
*/
@TargetApi(Build.VERSION_CODES.HONEYCOMB)
From source file com.kth.baasio.helpcenter.utils.actionmodecompat.ActionModeHoneycomb.java
/**
* An implementation of {@link ActionMode} that proxies to the native
* {@link android.view.ActionMode} implementation (shows the contextual action
* bar).
*/
@TargetApi(Build.VERSION_CODES.HONEYCOMB)
From source file com.google.android.apps.iosched.util.actionmodecompat.ActionModeHoneycomb.java
/** * An implementation of {@link ActionMode} that proxies to the native * {@link android.view.ActionMode} implementation (shows the contextual action bar). */ @TargetApi(Build.VERSION_CODES.HONEYCOMB) class ActionModeHoneycomb extends ActionMode {
From source file com.boardgamegeek.util.actionmodecompat.ActionModeHoneycomb.java
/** * An implementation of {@link ActionMode} that proxies to the native * {@link android.view.ActionMode} implementation (shows the contextual action bar). */ @TargetApi(Build.VERSION_CODES.HONEYCOMB) class ActionModeHoneycomb extends ActionMode {
From source file lewa.support.v7.internal.view.SupportActionModeWrapper.java
/**
* Wraps a support {@link lewa.support.v7.view.ActionMode} as a framework
* {@link android.view.ActionMode}.
*
* @hide
*/
From source file android.support.v7ox.view.StandaloneActionMode.java
/** * @hide */ public class StandaloneActionMode extends ActionMode implements MenuBuilder.Callback { private Context mContext; private ActionBarContextView mContextView;
From source file android.support.v7.internal.view.SupportActionModeWrapper.java
/**
* Wraps a support {@link android.support.v7.view.ActionMode} as a framework
* {@link android.view.ActionMode}.
*
* @hide
*/