Searched refs:shouldDispatchInputWhenNonInteractive (Results 1 – 2 of 2) sorted by relevance
3700 } 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
12293 PLcom/android/server/policy/PhoneWindowManager;->shouldDispatchInputWhenNonInteractive(II)Z