public MenuItem setOnActionExpandListener(MenuItem.OnActionExpandListener paramOnActionExpandListener) { SupportMenuItem localSupportMenuItem = (SupportMenuItem)this.mWrappedObject; if (paramOnActionExpandListener != null) {} for (OnActionExpandListenerWrapper localOnActionExpandListenerWrapper = new OnActionExpandListenerWrapper(paramOnActionExpandListener);; localOnActionExpandListenerWrapper = null) { localSupportMenuItem.setSupportOnActionExpandListener(localOnActionExpandListenerWrapper); return this; } }
public MenuItem setOnActionExpandListener(MenuItem.OnActionExpandListener paramOnActionExpandListener) { hc localhc = (hc)this.d; if (paramOnActionExpandListener != null) {} for (xt localxt = new xt(this, paramOnActionExpandListener);; localxt = null) { localhc.a(localxt); return this; } }
OnActionExpandListenerWrapper(OnActionExpandListener object) { super(object); }
public boolean onMenuItemActionExpand(MenuItem item) { return ((OnActionExpandListener) this.mWrappedObject).onMenuItemActionExpand(MenuItemWrapperICS.this.getMenuItemWrapper(item)); }
public boolean onMenuItemActionCollapse(MenuItem item) { return ((OnActionExpandListener) this.mWrappedObject).onMenuItemActionCollapse(MenuItemWrapperICS.this.getMenuItemWrapper(item)); }
public MenuItem setOnActionExpandListener(OnActionExpandListener listener) { ((SupportMenuItem) this.mWrappedObject).setSupportOnActionExpandListener(listener != null ? new OnActionExpandListenerWrapper(listener) : null); return this; }
public MenuItem setOnActionExpandListener(OnActionExpandListener listener) { throw new UnsupportedOperationException(); }
public SupportMenuItem setSupportOnActionExpandListener(MenuItemCompat.OnActionExpandListener listener) { return this; }
C0277r(C0274o c0274o, OnActionExpandListener onActionExpandListener) { this.f1051a = c0274o; super(onActionExpandListener); }
public boolean m2249a(MenuItem menuItem) { return ((OnActionExpandListener) this.b).onMenuItemActionExpand(this.f1051a.m2087a(menuItem)); }
public boolean m2250b(MenuItem menuItem) { return ((OnActionExpandListener) this.b).onMenuItemActionCollapse(this.f1051a.m2087a(menuItem)); }
public MenuItem setOnActionExpandListener(OnActionExpandListener onActionExpandListener) { throw new UnsupportedOperationException(); }
public MenuItem setOnActionExpandListener(OnActionExpandListener onActionExpandListener) { throw new UnsupportedOperationException("This is not supported, use MenuItemCompat.setOnActionExpandListener()"); }
public MenuItem setOnActionExpandListener(OnActionExpandListener onActionExpandListener) { ((C0090b) this.b).m569a(onActionExpandListener != null ? new C0277r(this, onActionExpandListener) : null); return this; }
OnActionExpandListenerWrapper(MenuItem.OnActionExpandListener paramOnActionExpandListener) { super(); }
public final boolean onMenuItemActionCollapse(MenuItem paramMenuItem) { return ((MenuItem.OnActionExpandListener)this.mWrappedObject).onMenuItemActionCollapse(MenuItemWrapperICS.this.getMenuItemWrapper(paramMenuItem)); }
public final boolean onMenuItemActionExpand(MenuItem paramMenuItem) { return ((MenuItem.OnActionExpandListener)this.mWrappedObject).onMenuItemActionExpand(MenuItemWrapperICS.this.getMenuItemWrapper(paramMenuItem)); }
public final MenuItem setOnActionExpandListener(MenuItem.OnActionExpandListener paramOnActionExpandListener) { throw new UnsupportedOperationException(); }
public final SupportMenuItem setSupportOnActionExpandListener(MenuItemCompat.OnActionExpandListener paramOnActionExpandListener) { return this; }
public final MenuItem setOnActionExpandListener(MenuItem.OnActionExpandListener paramOnActionExpandListener) { throw new UnsupportedOperationException("This is not supported, use MenuItemCompat.setOnActionExpandListener()"); }
public final SupportMenuItem setSupportOnActionExpandListener(MenuItemCompat.OnActionExpandListener paramOnActionExpandListener) { this.mOnActionExpandListener = paramOnActionExpandListener; return this; }