No examples for this method.
Frequently called with: [Clear]
-1
| android.view.MenuItem.OnActionExpandListener |
Interface definition for a callback to be invoked when a menu item marked with SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW is expanded or collapsed.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Called when a menu item with
SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW is collapsed.
|
|||||||||
|
|
|
Called when a menu item with
SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW is expanded.
|
|||||||||
Called when a menu item with SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW is collapsed.
| item | Item that was collapsed |
|---|
Called when a menu item with SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW is expanded.
| item | Item that was expanded |
|---|