Example usage for Java android.view ActionMode fields, constructors, methods, implement or subclass
The text is from its open source code.
int | TYPE_FLOATING The action mode is treated as a Floating Toolbar. |
void | finish() Finish and close this action mode. |
Menu | getMenu() Returns the menu of actions that this action mode presents. |
MenuInflater | getMenuInflater() Returns a MenuInflater with the ActionMode's context. |
int | getType() Returns the type for this action mode. |
void | invalidate() Invalidate the action mode and refresh menu content. |
void | setCustomView(View view) Set a custom view for this action mode. |
void | setSubtitle(CharSequence subtitle) Set the subtitle of the action mode. |
void | setSubtitle(@StringRes int resId) Set the subtitle of the action mode. |
void | setTag(Object tag) Set a tag object associated with this ActionMode. |
void | setTitle(CharSequence title) Set the title of the action mode. |
void | setTitle(@StringRes int resId) Set the title of the action mode. |