Searched refs:interceptKeyBeforeDispatching (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputMonitor.java | 385 public long interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching() method in InputMonitor 388 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>& inputWindowHandle, in interceptKeyBeforeDispatching() function in android::FakeInputDispatcherPolicy
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 75 jmethodID interceptKeyBeforeDispatching; member 220 virtual nsecs_t interceptKeyBeforeDispatching( 905 nsecs_t NativeInputManager::interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching() function in android::NativeInputManager 921 gServiceClassInfo.interceptKeyBeforeDispatching, in interceptKeyBeforeDispatching() 1451 GET_METHOD_ID(gServiceClassInfo.interceptKeyBeforeDispatching, clazz, in register_android_server_InputManager()
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerPolicy.java | 807 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 | 3485 nsecs_t delay = mPolicy->interceptKeyBeforeDispatching(commandEntry->inputWindowHandle, in doInterceptKeyBeforeDispatchingLockedInterruptible()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 2397 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags) { in interceptKeyBeforeDispatching() method in PhoneWindowManager 2838 long delayMillis = interceptKeyBeforeDispatching( in interceptFallback()
|