Searched refs:shouldDispatchInputWhenNonInteractive (Results 1 – 2 of 2) sorted by relevance
3715 } else if (!interactive && shouldDispatchInputWhenNonInteractive(displayId, keyCode)) { in interceptKeyBeforeQueueing()4202 if (shouldDispatchInputWhenNonInteractive(displayId, KEYCODE_UNKNOWN)) { in interceptMotionBeforeQueueingNonInteractive()4217 private boolean shouldDispatchInputWhenNonInteractive(int displayId, int keyCode) { in shouldDispatchInputWhenNonInteractive() method in PhoneWindowManager
12293 PLcom/android/server/policy/PhoneWindowManager;->shouldDispatchInputWhenNonInteractive(II)Z