Home
last modified time | relevance | path

Searched refs:mPrimaryActionModeView (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java191 private ActionBarContextView mPrimaryActionModeView; field in DecorView
906 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 …]