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); }
public _AnimatorListenerAdapter_108(ActionBarImpl _enclosing) { this._enclosing = _enclosing; }
public TabImpl(ActionBarImpl _enclosing) { this._enclosing = _enclosing; mPosition = -1; }