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

/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java414 public long interceptKeyBeforeDispatching( method in class:InputMonitor
417 return mService.mPolicy.interceptKeyBeforeDispatching(windowState, event, policyFlags);
/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp78 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>&, function in class:android::FakeInputDispatcherPolicy
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java878 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags); method in interface:WindowManagerPolicy
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp79 jmethodID interceptKeyBeforeDispatching; member in struct:android::__anon1112
236 virtual nsecs_t interceptKeyBeforeDispatching(
952 nsecs_t NativeInputManager::interceptKeyBeforeDispatching( function in class:android::NativeInputManager
968 gServiceClassInfo.interceptKeyBeforeDispatching,
970 bool error = checkAndClearExceptionFromCallback(env, "interceptKeyBeforeDispatching");
981 ALOGE("Failed to obtain key event object for interceptKeyBeforeDispatching.");
1590 GET_METHOD_ID(gServiceClassInfo.interceptKeyBeforeDispatching, clazz,
1591 "interceptKeyBeforeDispatching",
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1869 private long interceptKeyBeforeDispatching(InputWindowHandle focus, method in class:InputManagerService
1871 return mWindowManagerCallbacks.interceptKeyBeforeDispatching(focus, event, policyFlags);
2029 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.cpp3541 nsecs_t delay = mPolicy->interceptKeyBeforeDispatching(commandEntry->inputWindowHandle,
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java2966 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags) { method in class:PhoneWindowManager
3520 long delayMillis = interceptKeyBeforeDispatching(
5598 // {@link interceptKeyBeforeDispatching()}.
5738 // interceptKeyBeforeDispatching would apply a similar but different policy in

Completed in 232 milliseconds