本文整理汇总了Java中android.view.MenuItem.OnActionExpandListener类的典型用法代码示例。如果您正苦于以下问题:Java OnActionExpandListener类的具体用法?Java OnActionExpandListener怎么用?Java OnActionExpandListener使用的例子?那么, 这里精选的类代码示例或许可以为您提供帮助。
OnActionExpandListener类属于android.view.MenuItem包,在下文中一共展示了OnActionExpandListener类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Java代码示例。
示例1: setOnActionExpandListener
import android.view.MenuItem.OnActionExpandListener; //导入依赖的package包/类
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;
}
}
示例2: setOnActionExpandListener
import android.view.MenuItem.OnActionExpandListener; //导入依赖的package包/类
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;
}
}
示例3: OnActionExpandListenerWrapper
import android.view.MenuItem.OnActionExpandListener; //导入依赖的package包/类
OnActionExpandListenerWrapper(OnActionExpandListener object) {
super(object);
}
示例4: onMenuItemActionExpand
import android.view.MenuItem.OnActionExpandListener; //导入依赖的package包/类
public boolean onMenuItemActionExpand(MenuItem item) {
return ((OnActionExpandListener) this.mWrappedObject).onMenuItemActionExpand(MenuItemWrapperICS.this.getMenuItemWrapper(item));
}
示例5: onMenuItemActionCollapse
import android.view.MenuItem.OnActionExpandListener; //导入依赖的package包/类
public boolean onMenuItemActionCollapse(MenuItem item) {
return ((OnActionExpandListener) this.mWrappedObject).onMenuItemActionCollapse(MenuItemWrapperICS.this.getMenuItemWrapper(item));
}
示例6: setOnActionExpandListener
import android.view.MenuItem.OnActionExpandListener; //导入依赖的package包/类
public MenuItem setOnActionExpandListener(OnActionExpandListener listener) {
((SupportMenuItem) this.mWrappedObject).setSupportOnActionExpandListener(listener != null ? new OnActionExpandListenerWrapper(listener) : null);
return this;
}
示例7: setOnActionExpandListener
import android.view.MenuItem.OnActionExpandListener; //导入依赖的package包/类
public MenuItem setOnActionExpandListener(OnActionExpandListener listener) {
throw new UnsupportedOperationException();
}
示例8: setSupportOnActionExpandListener
import android.view.MenuItem.OnActionExpandListener; //导入依赖的package包/类
public SupportMenuItem setSupportOnActionExpandListener(MenuItemCompat.OnActionExpandListener listener) {
return this;
}
示例9: C0277r
import android.view.MenuItem.OnActionExpandListener; //导入依赖的package包/类
C0277r(C0274o c0274o, OnActionExpandListener onActionExpandListener) {
this.f1051a = c0274o;
super(onActionExpandListener);
}
示例10: m2249a
import android.view.MenuItem.OnActionExpandListener; //导入依赖的package包/类
public boolean m2249a(MenuItem menuItem) {
return ((OnActionExpandListener) this.b).onMenuItemActionExpand(this.f1051a.m2087a(menuItem));
}
示例11: m2250b
import android.view.MenuItem.OnActionExpandListener; //导入依赖的package包/类
public boolean m2250b(MenuItem menuItem) {
return ((OnActionExpandListener) this.b).onMenuItemActionCollapse(this.f1051a.m2087a(menuItem));
}
示例12: setOnActionExpandListener
import android.view.MenuItem.OnActionExpandListener; //导入依赖的package包/类
public MenuItem setOnActionExpandListener(OnActionExpandListener onActionExpandListener) {
throw new UnsupportedOperationException();
}
示例13: setOnActionExpandListener
import android.view.MenuItem.OnActionExpandListener; //导入依赖的package包/类
public MenuItem setOnActionExpandListener(OnActionExpandListener onActionExpandListener) {
throw new UnsupportedOperationException("This is not supported, use MenuItemCompat.setOnActionExpandListener()");
}
示例14: setOnActionExpandListener
import android.view.MenuItem.OnActionExpandListener; //导入依赖的package包/类
public MenuItem setOnActionExpandListener(OnActionExpandListener onActionExpandListener) {
((C0090b) this.b).m569a(onActionExpandListener != null ? new C0277r(this, onActionExpandListener) : null);
return this;
}
示例15: OnActionExpandListenerWrapper
import android.view.MenuItem.OnActionExpandListener; //导入依赖的package包/类
OnActionExpandListenerWrapper(MenuItem.OnActionExpandListener paramOnActionExpandListener)
{
super();
}