コード例 #1
0
ファイル: ActionBarImpl.cs プロジェクト: zhouweiaccp/XobotOS
 public ActionModeImpl(ActionBarImpl _enclosing, android.view.ActionMode.Callback
                       callback)
 {
     this._enclosing = _enclosing;
     this.mCallback  = callback;
     this.mMenu      = new [email protected](this._enclosing.getThemedContext
                                                                       ()).setDefaultShowAsAction(android.view.MenuItemClass.SHOW_AS_ACTION_IF_ROOM);
     this.mMenu.setCallback(this);
 }
コード例 #2
0
ファイル: ActionBarImpl.cs プロジェクト: hakeemsm/XobotOS
			public _AnimatorListenerAdapter_108(ActionBarImpl _enclosing)
			{
				this._enclosing = _enclosing;
			}
コード例 #3
0
ファイル: ActionBarImpl.cs プロジェクト: hakeemsm/XobotOS
			public ActionModeImpl(ActionBarImpl _enclosing, android.view.ActionMode.Callback 
				callback)
			{
				this._enclosing = _enclosing;
				this.mCallback = callback;
				this.mMenu = new [email protected](this._enclosing.getThemedContext
					()).setDefaultShowAsAction(android.view.MenuItemClass.SHOW_AS_ACTION_IF_ROOM);
				this.mMenu.setCallback(this);
			}
コード例 #4
0
ファイル: ActionBarImpl.cs プロジェクト: hakeemsm/XobotOS
			public TabImpl(ActionBarImpl _enclosing)
			{
				this._enclosing = _enclosing;
				mPosition = -1;
			}
コード例 #5
0
ファイル: ActionBarImpl.cs プロジェクト: zhouweiaccp/XobotOS
 public _AnimatorListenerAdapter_108(ActionBarImpl _enclosing)
 {
     this._enclosing = _enclosing;
 }
コード例 #6
0
ファイル: ActionBarImpl.cs プロジェクト: zhouweiaccp/XobotOS
 public TabImpl(ActionBarImpl _enclosing)
 {
     this._enclosing = _enclosing;
     mPosition       = -1;
 }