Searched refs:mPrimaryActionModeView (Results 1 – 1 of 1) sorted by relevance
186 private ActionBarContextView mPrimaryActionModeView; field in DecorView913 if (mPrimaryActionModeView != null) { in cleanupPrimaryActionMode()914 mPrimaryActionModeView.killMode(); in cleanupPrimaryActionMode()1313 if (mPrimaryActionModeView != null) {1314 if (mPrimaryActionModeView.getLayoutParams() instanceof MarginLayoutParams) {1317 mPrimaryActionModeView.getLayoutParams();1319 if (mPrimaryActionModeView.isShown()) {1370 mPrimaryActionModeView.setLayoutParams(mlp);1685 if (mPrimaryActionModeView == null || !mPrimaryActionModeView.isAttachedToWindow()) {1704 mPrimaryActionModeView = new ActionBarContextView(actionBarContext);[all …]