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.java193 private ActionBarContextView mPrimaryActionModeView; field in DecorView
934 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 …]