Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java184 ActionMode mPrimaryActionMode; field in DecorView
429 if (mPrimaryActionMode != null) {
431 mPrimaryActionMode.finish();
883 mPrimaryActionMode = mode; in startActionMode()
909 if (mPrimaryActionMode != null) { in cleanupPrimaryActionMode()
910 mPrimaryActionMode.finish(); in cleanupPrimaryActionMode()
911 mPrimaryActionMode = null; in cleanupPrimaryActionMode()
1542 if (mPrimaryActionMode != null) {
1543 mPrimaryActionMode.onWindowFocusChanged(hasWindowFocus);
1773 mPrimaryActionMode = mode;
[all …]
DPhoneWindow.java1062 if (event.isCanceled() || (mDecor != null && mDecor.mPrimaryActionMode != null) || in onKeyUpPanel()