Searched refs:interceptKeyBeforeDispatching (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp78 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>&, function in class:android::FakeInputDispatcherPolicy
/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java463 public long interceptKeyBeforeDispatching( method in class:InputMonitor
466 return mService.mPolicy.interceptKeyBeforeDispatching(windowState, event, policyFlags);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp80 jmethodID interceptKeyBeforeDispatching; member in struct:android::__anon1309
239 virtual nsecs_t interceptKeyBeforeDispatching(
1018 nsecs_t NativeInputManager::interceptKeyBeforeDispatching( function in class:android::NativeInputManager
1034 gServiceClassInfo.interceptKeyBeforeDispatching,
1036 bool error = checkAndClearExceptionFromCallback(env, "interceptKeyBeforeDispatching");
1047 ALOGE("Failed to obtain key event object for interceptKeyBeforeDispatching.");
1680 GET_METHOD_ID(gServiceClassInfo.interceptKeyBeforeDispatching, clazz,
1681 "interceptKeyBeforeDispatching",
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java267 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, method in class:TestWindowManagerPolicy
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1101 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags); method in interface:WindowManagerPolicy
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1926 private long interceptKeyBeforeDispatching(InputWindowHandle focus, method in class:InputManagerService
1928 return mWindowManagerCallbacks.interceptKeyBeforeDispatching(focus, event, policyFlags);
2086 public long interceptKeyBeforeDispatching(InputWindowHandle focus, method in interface:InputManagerService.WindowManagerCallbacks
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h246 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle,
H A DInputDispatcher.cpp3542 nsecs_t delay = mPolicy->interceptKeyBeforeDispatching(commandEntry->inputWindowHandle,
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3302 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags) { method in class:PhoneWindowManager
3944 long delayMillis = interceptKeyBeforeDispatching(
6033 // {@link interceptKeyBeforeDispatching()}.
6187 // interceptKeyBeforeDispatching would apply a similar but different policy in

Completed in 711 milliseconds