Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
H A DSingleKeyGestureTests.java69 private boolean mAllowNonInteractiveForLongPress = true; field in SingleKeyGestureTests
111 if (mDetector.beganFromNonInteractive() && !mAllowNonInteractiveForLongPress) { in initSingleKeyGestureRules()