Searched refs:mPrimaryActionModeView (Results 1 – 1 of 1) sorted by relevance
193 private ActionBarContextView mPrimaryActionModeView; field in DecorView934 if (mPrimaryActionModeView != null) { in cleanupPrimaryActionMode()935 mPrimaryActionModeView.killMode(); in cleanupPrimaryActionMode()1475 if (mPrimaryActionModeView != null) {1476 if (mPrimaryActionModeView.getLayoutParams() instanceof MarginLayoutParams) {1479 mPrimaryActionModeView.getLayoutParams();1481 if (mPrimaryActionModeView.isShown()) {1555 mPrimaryActionModeView.setLayoutParams(mlp);1841 if (mPrimaryActionModeView == null || !mPrimaryActionModeView.isAttachedToWindow()) { in createStandaloneActionMode()1860 mPrimaryActionModeView = new ActionBarContextView(actionBarContext); in createStandaloneActionMode()[all …]