Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3700 } else if (!interactive && shouldDispatchInputWhenNonInteractive(displayId, keyCode)) { in interceptKeyBeforeQueueing()
4183 if (shouldDispatchInputWhenNonInteractive(displayId, KEYCODE_UNKNOWN)) { in interceptMotionBeforeQueueingNonInteractive()
4198 private boolean shouldDispatchInputWhenNonInteractive(int displayId, int keyCode) { in shouldDispatchInputWhenNonInteractive() method in PhoneWindowManager
/frameworks/base/services/
Dart-profile12293 PLcom/android/server/policy/PhoneWindowManager;->shouldDispatchInputWhenNonInteractive(II)Z