ActionMode


public abstract class ActionMode
extends Object

java.lang.Object
   ↳ android.view.ActionMode


Represents a contextual mode of the user interface. Action modes can be used to provide alternative interaction modes and replace parts of the normal UI until finished. Examples of good action modes include text selection and contextual actions.

Developer Guides

For information about how to provide contextual actions with ActionMode, read the Menus developer guide.

Summary

Nested classes

interface ActionMode.Callback

Callback interface for action modes. 

class ActionMode.Callback2

Extension of ActionMode.Callback to provide content rect information. 

Constants

int DEFAULT_HIDE_DURATION

Default value to hide the action mode for