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.java385 public long interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching() method in InputMonitor
388 return mService.mPolicy.interceptKeyBeforeDispatching(windowState, event, policyFlags); in interceptKeyBeforeDispatching()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp78 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle, in interceptKeyBeforeDispatching() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp75 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/
DWindowManagerPolicy.java807 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.cpp3485 nsecs_t delay = mPolicy->interceptKeyBeforeDispatching(commandEntry->inputWindowHandle, in doInterceptKeyBeforeDispatchingLockedInterruptible()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java2397 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags) { in interceptKeyBeforeDispatching() method in PhoneWindowManager
2838 long delayMillis = interceptKeyBeforeDispatching( in interceptFallback()