Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DGlobalKeyIntent.java37 boolean beganFromNonInteractive) { in GlobalKeyIntent() argument
40 mBeganFromNonInteractive = beganFromNonInteractive; in GlobalKeyIntent()
63 public boolean beganFromNonInteractive() { in beganFromNonInteractive() method in GlobalKeyIntent
DSingleKeyGestureDetector.java417 boolean beganFromNonInteractive() { in beganFromNonInteractive() method in SingleKeyGestureDetector
DPhoneWindowManager.java1204 final boolean beganFromNonInteractive = mSingleKeyGestureDetector.beganFromNonInteractive(); in shouldHandleShortPressPowerAction()
1205 if (!interactive || beganFromNonInteractive) { in shouldHandleShortPressPowerAction()
1212 + beganFromNonInteractive); in shouldHandleShortPressPowerAction()
2635 if (mSingleKeyGestureDetector.beganFromNonInteractive()
/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
DSingleKeyGestureTests.java113 if (mDetector.beganFromNonInteractive() && !mAllowNonInteractiveForPress) { in initSingleKeyGestureRules()
121 if (mDetector.beganFromNonInteractive() in initSingleKeyGestureRules()
135 if (mDetector.beganFromNonInteractive() && !mAllowNonInteractiveForPress) { in initSingleKeyGestureRules()
163 if (mDetector.beganFromNonInteractive() && !mAllowNonInteractiveForPress) { in initSingleKeyGestureRules()
171 if (mDetector.beganFromNonInteractive() && !mAllowNonInteractiveForPress) { in initSingleKeyGestureRules()