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.
Inheritors
Functions
Link copied to clipboard
Returns the current custom view for this action mode.
Link copied to clipboard
Returns a MenuInflater with the ActionMode's context.
Link copied to clipboard
Returns the current subtitle of this action mode.
Link copied to clipboard
Returns the current title of this action mode.
Link copied to clipboard
Link copied to clipboard
Invalidate the action mode and refresh menu content.
Link copied to clipboard
Link copied to clipboard
Returns whether the UI presenting this action mode can take focus or not.
Link copied to clipboard
Set a custom view for this action mode.
Link copied to clipboard
Set the subtitle of the action mode.
Link copied to clipboard
Set the title of the action mode.
Link copied to clipboard
Set whether or not the title/subtitle display for this action mode is optional.