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

/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java557 public int interceptKeyBeforeQueueing(long whenNanos, int action, int flags, method in interface:WindowManagerPolicy
/frameworks/base/services/java/com/android/server/
H A DInputManager.java382 public int interceptKeyBeforeQueueing(long whenNanos, int action, int flags, method in class:InputManager.Callbacks
384 return mWindowManagerService.mInputMonitor.interceptKeyBeforeQueueing(
H A DWindowManagerService.java5253 public int interceptKeyBeforeQueueing(long whenNanos, int action, int flags, method in class:WindowManagerService.InputMonitor
5255 return mPolicy.interceptKeyBeforeQueueing(whenNanos, action, flags,
/frameworks/base/libs/ui/tests/
H A DInputDispatcher_test.cpp57 virtual void interceptKeyBeforeQueueing(nsecs_t when, int32_t deviceId, function in class:android::FakeInputDispatcherPolicy
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp53 jmethodID interceptKeyBeforeQueueing; member in struct:android::__anon712
205 virtual void interceptKeyBeforeQueueing(nsecs_t when, int32_t deviceId,
852 void NativeInputManager::interceptKeyBeforeQueueing(nsecs_t when, function in class:android::NativeInputManager
856 LOGD("interceptKeyBeforeQueueing - when=%lld, deviceId=%d, action=%d, flags=%d, "
880 gCallbacksClassInfo.interceptKeyBeforeQueueing,
882 if (checkAndClearExceptionFromCallback(env, "interceptKeyBeforeQueueing")) {
1360 GET_METHOD_ID(gCallbacksClassInfo.interceptKeyBeforeQueueing, gCallbacksClassInfo.clazz,
1361 "interceptKeyBeforeQueueing", "(JIIIIIZ)I");
/frameworks/base/include/ui/
H A DInputDispatcher.h290 virtual void interceptKeyBeforeQueueing(nsecs_t when, int32_t deviceId,
/frameworks/base/libs/ui/
H A DInputDispatcher.cpp2098 mPolicy->interceptKeyBeforeQueueing(eventTime, deviceId, action, /*byref*/ flags,
2310 mPolicy->interceptKeyBeforeQueueing(eventTime, deviceId, action, /*byref*/ flags,
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1737 public int interceptKeyBeforeQueueing(long whenNanos, int action, int flags, method in class:PhoneWindowManager
1806 Log.i(TAG, "interceptKeyBeforeQueueing:"
1927 Log.i(TAG, "interceptKeyBeforeQueueing:"

Completed in 301 milliseconds