Interface | Description |
---|---|
ActionMode.Callback |
Callback interface for action modes.
|
CollapsibleActionView |
When a
View implements this interface it will receive callbacks when expanded or
collapsed as an action view alongside the optional, app-specified callbacks to MenuItemCompat.OnActionExpandListener . |
Class | Description |
---|---|
ActionBarPolicy |
Allows components to query for various configuration policy decisions about how the action bar
should lay out and behave on the current device.
|
ActionMode |
Represents a contextual mode of the user interface.
|
ContextThemeWrapper |
A ContextWrapper that allows you to modify the theme from what is in the
wrapped context.
|
StandaloneActionMode | |
SupportActionModeWrapper |
Wraps a support
ActionMode as a framework
ActionMode . |
SupportActionModeWrapper.CallbackWrapper | |
SupportMenuInflater |
This class is used to instantiate menu XML files into Menu objects.
|
ViewPropertyAnimatorCompatSet |
A very naive implementation of a set of
ViewPropertyAnimatorCompat . |
WindowCallbackWrapper |
A simple decorator stub for Window.Callback that passes through any calls
to the wrapped instance as a base implementation.
|