Example #1
0
 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);
 }
Example #2
0
			public _AnimatorListenerAdapter_108(ActionBarImpl _enclosing)
			{
				this._enclosing = _enclosing;
			}
Example #3
0
			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);
			}
Example #4
0
			public TabImpl(ActionBarImpl _enclosing)
			{
				this._enclosing = _enclosing;
				mPosition = -1;
			}
Example #5
0
 public _AnimatorListenerAdapter_108(ActionBarImpl _enclosing)
 {
     this._enclosing = _enclosing;
 }
Example #6
0
 public TabImpl(ActionBarImpl _enclosing)
 {
     this._enclosing = _enclosing;
     mPosition       = -1;
 }