Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java372 public long interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching() method in InputMonitor
375 return mService.mPolicy.interceptKeyBeforeDispatching(windowState, event, policyFlags); in interceptKeyBeforeDispatching()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp78 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>&, in interceptKeyBeforeDispatching() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp79 jmethodID interceptKeyBeforeDispatching; member
228 virtual nsecs_t interceptKeyBeforeDispatching(
931 nsecs_t NativeInputManager::interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching() function in android::NativeInputManager
947 gServiceClassInfo.interceptKeyBeforeDispatching, in interceptKeyBeforeDispatching()
1478 GET_METHOD_ID(gServiceClassInfo.interceptKeyBeforeDispatching, clazz, in register_android_server_InputManager()
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java827 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags); in interceptKeyBeforeDispatching() method
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1464 private long interceptKeyBeforeDispatching(InputWindowHandle focus, in interceptKeyBeforeDispatching() method in InputManagerService
1466 return mWindowManagerCallbacks.interceptKeyBeforeDispatching(focus, event, policyFlags); in interceptKeyBeforeDispatching()
1624 public long interceptKeyBeforeDispatching(InputWindowHandle focus, in interceptKeyBeforeDispatching() method
/frameworks/native/services/inputflinger/
DInputDispatcher.h240 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle,
DInputDispatcher.cpp3510 nsecs_t delay = mPolicy->interceptKeyBeforeDispatching(commandEntry->inputWindowHandle, in doInterceptKeyBeforeDispatchingLockedInterruptible()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2626 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags) { in interceptKeyBeforeDispatching() method in PhoneWindowManager
3086 long delayMillis = interceptKeyBeforeDispatching( in interceptFallback()