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.java82 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysUseIt_eventGoesToAms()
91 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysDropIt_eventDropped()
101 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysDelayThenUse_eventQueuedThenSentToAms()
108 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysDelayThenUse_eventQueuedThenSentToAms()
118 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysDelayThenDrop_eventQueuedThenDropped()
125 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysDelayThenDrop_eventQueuedThenDropped()
140 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenSomeEventsGetDelayed_allEventsStillInOrder()
142 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenSomeEventsGetDelayed_allEventsStillInOrder()
149 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenSomeEventsGetDelayed_allEventsStillInOrder()
151 when(mMockPolicy.interceptKeyBeforeDispatching((WindowState) argThat(nullValue()), in whenSomeEventsGetDelayed_allEventsStillInOrder()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DInputManagerCallback.java180 public long interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching() method in InputManagerCallback
183 return mService.mPolicy.interceptKeyBeforeDispatching(windowState, event, policyFlags); in interceptKeyBeforeDispatching()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DKeyboardInterceptor.java145 return mPolicy.interceptKeyBeforeDispatching(null, event, policyFlags); in getEventDelay()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestWindowManagerPolicy.java166 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags) {
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp98 jmethodID interceptKeyBeforeDispatching; member
258 virtual nsecs_t interceptKeyBeforeDispatching(
1133 nsecs_t NativeInputManager::interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching() function in android::NativeInputManager
1152 gServiceClassInfo.interceptKeyBeforeDispatching, in interceptKeyBeforeDispatching()
1865 GET_METHOD_ID(gServiceClassInfo.interceptKeyBeforeDispatching, clazz, in register_android_server_InputManager()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java1037 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags); in interceptKeyBeforeDispatching() method
DPhoneWindowManager.java2589 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags) { in interceptKeyBeforeDispatching() method in PhoneWindowManager
3191 long delayMillis = interceptKeyBeforeDispatching( in interceptFallback()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1838 private long interceptKeyBeforeDispatching(IBinder focus, KeyEvent event, int policyFlags) { in interceptKeyBeforeDispatching() method in InputManagerService
1839 return mWindowManagerCallbacks.interceptKeyBeforeDispatching(focus, event, policyFlags); in interceptKeyBeforeDispatching()
2061 public long interceptKeyBeforeDispatching(IBinder token, in interceptKeyBeforeDispatching() method
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp152 virtual nsecs_t interceptKeyBeforeDispatching(const sp<IBinder>&, in interceptKeyBeforeDispatching() function in android::FakeInputDispatcherPolicy
/frameworks/native/services/inputflinger/
DInputDispatcher.h253 virtual nsecs_t interceptKeyBeforeDispatching(const sp<IBinder>& token,
DInputDispatcher.cpp4160 nsecs_t delay = mPolicy->interceptKeyBeforeDispatching(token, in doInterceptKeyBeforeDispatchingLockedInterruptible()
/frameworks/base/services/
Dart-profile7198 PLcom/android/server/input/InputManagerService;->interceptKeyBeforeDispatching(Landroid/os/IBinder;…
12239 PLcom/android/server/policy/PhoneWindowManager;->interceptKeyBeforeDispatching(Lcom/android/server/…
16219 PLcom/android/server/wm/InputManagerCallback;->interceptKeyBeforeDispatching(Landroid/os/IBinder;La…