Searched refs:interceptKeyBeforeDispatching (Results 1 – 9 of 9) sorted by relevance
/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/java/com/android/server/wm/ |
D | InputMonitor.java | 463 public long interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching() method in InputMonitor 466 return mService.mPolicy.interceptKeyBeforeDispatching(windowState, event, policyFlags); in interceptKeyBeforeDispatching()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 80 jmethodID interceptKeyBeforeDispatching; member 239 virtual nsecs_t interceptKeyBeforeDispatching( 1018 nsecs_t NativeInputManager::interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching() function in android::NativeInputManager 1034 gServiceClassInfo.interceptKeyBeforeDispatching, in interceptKeyBeforeDispatching() 1680 GET_METHOD_ID(gServiceClassInfo.interceptKeyBeforeDispatching, clazz, in register_android_server_InputManager()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | TestWindowManagerPolicy.java | 267 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event,
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerPolicy.java | 1101 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags); in interceptKeyBeforeDispatching() method
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 1926 private long interceptKeyBeforeDispatching(InputWindowHandle focus, in interceptKeyBeforeDispatching() method in InputManagerService 1928 return mWindowManagerCallbacks.interceptKeyBeforeDispatching(focus, event, policyFlags); in interceptKeyBeforeDispatching() 2086 public long interceptKeyBeforeDispatching(InputWindowHandle focus, in interceptKeyBeforeDispatching() method
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.h | 246 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle,
|
D | InputDispatcher.cpp | 3542 nsecs_t delay = mPolicy->interceptKeyBeforeDispatching(commandEntry->inputWindowHandle, in doInterceptKeyBeforeDispatchingLockedInterruptible()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 3302 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags) { in interceptKeyBeforeDispatching() method in PhoneWindowManager 3944 long delayMillis = interceptKeyBeforeDispatching( in interceptFallback()
|