|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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 OnActionExpandListener.
See MenuItem for more information about action views.
See ActionBar for more information about the action bar.
| Method Summary | |
|---|---|
void |
onActionViewCollapsed()
Called when this view is collapsed as an action view. |
void |
onActionViewExpanded()
Called when this view is expanded as an action view. |
| Method Detail |
|---|
void onActionViewExpanded()
MenuItem.expandActionView().
void onActionViewCollapsed()
MenuItem.collapseActionView().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||