Home
last modified time | relevance | path

Searched defs:interceptKeyBeforeDispatching (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInputManagerCallback.java166 public long interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching() method in InputManagerCallback
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp103 nsecs_t interceptKeyBeforeDispatching(const sp<IBinder>&, const KeyEvent*, uint32_t) override { in interceptKeyBeforeDispatching() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java788 long interceptKeyBeforeDispatching(IBinder focusedToken, KeyEvent event, int policyFlags); in interceptKeyBeforeDispatching() method
H A DPhoneWindowManager.java2576 public long interceptKeyBeforeDispatching(IBinder focusedToken, KeyEvent event, in interceptKeyBeforeDispatching() method in PhoneWindowManager
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2838 private long interceptKeyBeforeDispatching(IBinder focus, KeyEvent event, int policyFlags) { in interceptKeyBeforeDispatching() method in InputManagerService
3164 long interceptKeyBeforeDispatching(IBinder token, KeyEvent event, int policyFlags); in interceptKeyBeforeDispatching() method
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp114 jmethodID interceptKeyBeforeDispatching; member
1283 nsecs_t NativeInputManager::interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching() function in android::NativeInputManager
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp381 nsecs_t interceptKeyBeforeDispatching(const sp<IBinder>&, const KeyEvent*, uint32_t) override { in interceptKeyBeforeDispatching() function in android::inputdispatcher::FakeInputDispatcherPolicy