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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DKeyboardInterceptorTest.java86 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()),
95 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()),
105 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()),
112 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()),
122 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()),
129 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()),
144 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()),
146 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()),
153 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()),
155 when(mMockPolicy.interceptKeyBeforeDispatching((WindowStat
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DKeyboardInterceptor.java145 return mPolicy.interceptKeyBeforeDispatching(null, 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/services/core/java/com/android/server/wm/
H A DInputMonitor.java474 public long interceptKeyBeforeDispatching( method in class:InputMonitor
477 return mService.mPolicy.interceptKeyBeforeDispatching(windowState, event, policyFlags);
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java228 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, method in class:TestWindowManagerPolicy
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp87 jmethodID interceptKeyBeforeDispatching; member in struct:android::__anon1126
252 virtual nsecs_t interceptKeyBeforeDispatching(
1070 nsecs_t NativeInputManager::interceptKeyBeforeDispatching( function in class:android::NativeInputManager
1087 gServiceClassInfo.interceptKeyBeforeDispatching,
1089 bool error = checkAndClearExceptionFromCallback(env, "interceptKeyBeforeDispatching");
1100 ALOGE("Failed to obtain key event object for interceptKeyBeforeDispatching.");
1775 GET_METHOD_ID(gServiceClassInfo.interceptKeyBeforeDispatching, clazz,
1776 "interceptKeyBeforeDispatching",
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1852 private long interceptKeyBeforeDispatching(InputWindowHandle focus, method in class:InputManagerService
1854 return mWindowManagerCallbacks.interceptKeyBeforeDispatching(focus, event, policyFlags);
2012 public long interceptKeyBeforeDispatching(InputWindowHandle focus, method in interface:InputManagerService.WindowManagerCallbacks
/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java1135 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags); method in interface:WindowManagerPolicy
H A DPhoneWindowManager.java3568 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags) { method in class:PhoneWindowManager
4209 long delayMillis = interceptKeyBeforeDispatching(
6209 // {@link interceptKeyBeforeDispatching()}.
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h245 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle,
H A DInputDispatcher.cpp3600 nsecs_t delay = mPolicy->interceptKeyBeforeDispatching(commandEntry->inputWindowHandle,
3603 ALOGW("Excessive delay in interceptKeyBeforeDispatching; took %s ms",

Completed in 409 milliseconds