Home
last modified time | relevance | path

Searched refs:interceptKeyBeforeDispatching (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DKeyboardInterceptorTest.java86 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysUseIt_eventGoesToAms()
95 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysDropIt_eventDropped()
105 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysDelayThenUse_eventQueuedThenSentToAms()
112 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysDelayThenUse_eventQueuedThenSentToAms()
122 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysDelayThenDrop_eventQueuedThenDropped()
129 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysDelayThenDrop_eventQueuedThenDropped()
144 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenSomeEventsGetDelayed_allEventsStillInOrder()
146 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenSomeEventsGetDelayed_allEventsStillInOrder()
153 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenSomeEventsGetDelayed_allEventsStillInOrder()
155 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenSomeEventsGetDelayed_allEventsStillInOrder()
[all …]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DKeyboardInterceptor.java145 return mPolicy.interceptKeyBeforeDispatching(null, event, policyFlags); in getEventDelay()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp78 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>&, in interceptKeyBeforeDispatching() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java474 public long interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching() method in InputMonitor
477 return mService.mPolicy.interceptKeyBeforeDispatching(windowState, event, policyFlags); in interceptKeyBeforeDispatching()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp87 jmethodID interceptKeyBeforeDispatching; member
252 virtual nsecs_t interceptKeyBeforeDispatching(
1070 nsecs_t NativeInputManager::interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching() function in android::NativeInputManager
1087 gServiceClassInfo.interceptKeyBeforeDispatching, in interceptKeyBeforeDispatching()
1775 GET_METHOD_ID(gServiceClassInfo.interceptKeyBeforeDispatching, clazz, in register_android_server_InputManager()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTestWindowManagerPolicy.java228 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event,
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java1135 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags); in interceptKeyBeforeDispatching() method
DPhoneWindowManager.java3568 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags) { in interceptKeyBeforeDispatching() method in PhoneWindowManager
4209 long delayMillis = interceptKeyBeforeDispatching( in interceptFallback()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1852 private long interceptKeyBeforeDispatching(InputWindowHandle focus, in interceptKeyBeforeDispatching() method in InputManagerService
1854 return mWindowManagerCallbacks.interceptKeyBeforeDispatching(focus, event, policyFlags); in interceptKeyBeforeDispatching()
2012 public long interceptKeyBeforeDispatching(InputWindowHandle focus, in interceptKeyBeforeDispatching() method
/frameworks/native/services/inputflinger/
DInputDispatcher.h245 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle,
DInputDispatcher.cpp3600 nsecs_t delay = mPolicy->interceptKeyBeforeDispatching(commandEntry->inputWindowHandle, in doInterceptKeyBeforeDispatchingLockedInterruptible()
/frameworks/base/services/
Dart-profile831 …oid/server/input/InputManagerService$WindowManagerCallbacks;->interceptKeyBeforeDispatching(Lcom/a…
1113 HSPLcom/android/server/policy/WindowManagerPolicy;->interceptKeyBeforeDispatching(Lcom/android/serv…