Java android.view ActionMode fields, constructors, methods, implement or subclass

Example usage for Java android.view ActionMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.view ActionMode.

The text is from its open source code.

Subclass

android.view.ActionMode has subclasses.
Click this link to see all its subclasses.

Field

intTYPE_FLOATING
The action mode is treated as a Floating Toolbar.

Constructor

Method

voidfinish()
Finish and close this action mode.
MenugetMenu()
Returns the menu of actions that this action mode presents.
MenuInflatergetMenuInflater()
Returns a MenuInflater with the ActionMode's context.
intgetType()
Returns the type for this action mode.
voidinvalidate()
Invalidate the action mode and refresh menu content.
voidsetCustomView(View view)
Set a custom view for this action mode.
voidsetSubtitle(CharSequence subtitle)
Set the subtitle of the action mode.
voidsetSubtitle(@StringRes int resId)
Set the subtitle of the action mode.
voidsetTag(Object tag)
Set a tag object associated with this ActionMode.
voidsetTitle(CharSequence title)
Set the title of the action mode.
voidsetTitle(@StringRes int resId)
Set the title of the action mode.