Searched defs:OnActionExpandListenerWrapper (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/ics/android/support/v4/view/
H A DMenuItemCompatIcs.java37 return item.setOnActionExpandListener(new OnActionExpandListenerWrapper(listener));
51 static class OnActionExpandListenerWrapper implements MenuItem.OnActionExpandListener { class in class:MenuItemCompatIcs
54 public OnActionExpandListenerWrapper(SupportActionExpandProxy wrapped) { method in class:MenuItemCompatIcs.OnActionExpandListenerWrapper
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DMenuItemWrapperICS.java296 new OnActionExpandListenerWrapper(listener) : null);
329 private class OnActionExpandListenerWrapper extends BaseWrapper<MenuItem.OnActionExpandListener> class in class:MenuItemWrapperICS
332 OnActionExpandListenerWrapper(MenuItem.OnActionExpandListener object) { method in class:MenuItemWrapperICS.OnActionExpandListenerWrapper

Completed in 97 milliseconds