Java 类android.support.v4.view.MenuItemCompat.OnActionExpandListener 实例源码

项目:boohee_v5.6    文件:MenuItemImpl.java   
public SupportMenuItem setSupportOnActionExpandListener(OnActionExpandListener listener) {
    this.mOnActionExpandListener = listener;
    return this;
}
项目:boohee_v5.6    文件:MenuItemImpl.java   
public MenuItem setOnActionExpandListener(MenuItem.OnActionExpandListener listener) {
    throw new UnsupportedOperationException("This is not supported, use MenuItemCompat.setOnActionExpandListener()");
}
项目:letv    文件:SupportMenuItem.java   
SupportMenuItem setSupportOnActionExpandListener(OnActionExpandListener onActionExpandListener);
项目:boohee_v5.6    文件:SupportMenuItem.java   
SupportMenuItem setSupportOnActionExpandListener(OnActionExpandListener onActionExpandListener);
项目:FMTech    文件:SupportMenuItem.java   
public abstract SupportMenuItem setSupportOnActionExpandListener(MenuItemCompat.OnActionExpandListener paramOnActionExpandListener);