Searched defs:onMenuItemActionExpand (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v4/ics/android/support/v4/view/
H A DMenuItemCompatIcs.java46 boolean onMenuItemActionExpand(MenuItem item); method in interface:MenuItemCompatIcs.SupportActionExpandProxy
59 public boolean onMenuItemActionExpand(MenuItem item) { method in class:MenuItemCompatIcs.OnActionExpandListenerWrapper
60 return mWrapped.onMenuItemActionExpand(item);
/frameworks/support/v4/java/android/support/v4/view/
H A DMenuItemCompat.java99 public boolean onMenuItemActionExpand(MenuItem item); method in interface:MenuItemCompat.OnActionExpandListener
230 public boolean onMenuItemActionExpand(MenuItem item) {
231 return listener.onMenuItemActionExpand(item);
376 * it will have its {@link OnActionExpandListener#onMenuItemActionExpand(MenuItem)}
/frameworks/base/core/java/android/view/
H A DMenuItem.java105 public boolean onMenuItemActionExpand(MenuItem item); method in interface:MenuItem.OnActionExpandListener
557 * it will have its {@link OnActionExpandListener#onMenuItemActionExpand(MenuItem)}
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuItemWrapperICS.java333 public boolean onMenuItemActionExpand(android.view.MenuItem item) { method in class:MenuItemWrapperICS.OnActionExpandListenerWrapper
334 return mWrappedObject.onMenuItemActionExpand(getMenuItemWrapper(item));

Completed in 181 milliseconds