Searched refs:mPrimaryActionModeView (Results 1 – 1 of 1) sorted by relevance
191 private ActionBarContextView mPrimaryActionModeView; field in DecorView906 if (mPrimaryActionModeView != null) {907 mPrimaryActionModeView.killMode();1552 if (mPrimaryActionModeView != null) {1553 if (mPrimaryActionModeView.getLayoutParams() instanceof MarginLayoutParams) {1556 mPrimaryActionModeView.getLayoutParams();1558 if (mPrimaryActionModeView.isShown()) {1632 mPrimaryActionModeView.setLayoutParams(mlp);1924 if (mPrimaryActionModeView == null || !mPrimaryActionModeView.isAttachedToWindow()) { in createStandaloneActionMode()1943 mPrimaryActionModeView = new ActionBarContextView(actionBarContext); in createStandaloneActionMode()[all …]