Searched refs:interceptKeyBeforeDispatching (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputMonitor.java | 372 public long interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching() method in InputMonitor 375 return mService.mPolicy.interceptKeyBeforeDispatching(windowState, event, policyFlags); in interceptKeyBeforeDispatching()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 78 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>&, in interceptKeyBeforeDispatching() function in android::FakeInputDispatcherPolicy
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 79 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/ |
D | WindowManagerPolicy.java | 827 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags); in interceptKeyBeforeDispatching() method
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 1464 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/ |
D | InputDispatcher.h | 240 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle,
|
D | InputDispatcher.cpp | 3510 nsecs_t delay = mPolicy->interceptKeyBeforeDispatching(commandEntry->inputWindowHandle, in doInterceptKeyBeforeDispatchingLockedInterruptible()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 2626 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags) { in interceptKeyBeforeDispatching() method in PhoneWindowManager 3086 long delayMillis = interceptKeyBeforeDispatching( in interceptFallback()
|