Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DKeyboardInterceptorTest.java85 when(mMockPolicy.interceptKeyBeforeDispatching((IBinder) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysUseIt_eventGoesToAms()
94 when(mMockPolicy.interceptKeyBeforeDispatching((IBinder) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysDropIt_eventDropped()
104 when(mMockPolicy.interceptKeyBeforeDispatching((IBinder) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysDelayThenUse_eventQueuedThenSentToAms()
111 when(mMockPolicy.interceptKeyBeforeDispatching((IBinder) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysDelayThenUse_eventQueuedThenSentToAms()
121 when(mMockPolicy.interceptKeyBeforeDispatching((IBinder) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysDelayThenDrop_eventQueuedThenDropped()
128 when(mMockPolicy.interceptKeyBeforeDispatching((IBinder) argThat(nullValue()), in whenVolumeKeyArrives_andPolicySaysDelayThenDrop_eventQueuedThenDropped()
143 when(mMockPolicy.interceptKeyBeforeDispatching((IBinder) argThat(nullValue()), in whenSomeEventsGetDelayed_allEventsStillInOrder()
145 when(mMockPolicy.interceptKeyBeforeDispatching((IBinder) argThat(nullValue()), in whenSomeEventsGetDelayed_allEventsStillInOrder()
152 when(mMockPolicy.interceptKeyBeforeDispatching((IBinder) argThat(nullValue()), in whenSomeEventsGetDelayed_allEventsStillInOrder()
154 when(mMockPolicy.interceptKeyBeforeDispatching((IBinder) argThat(nullValue()), in whenSomeEventsGetDelayed_allEventsStillInOrder()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInputManagerCallback.java166 public long interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching() method in InputManagerCallback
168 return mService.mPolicy.interceptKeyBeforeDispatching(focusedToken, event, policyFlags); in interceptKeyBeforeDispatching()
/aosp12/frameworks/native/services/inputflinger/dispatcher/include/
H A DInputDispatcherPolicyInterface.h122 virtual nsecs_t interceptKeyBeforeDispatching(const sp<IBinder>& token,
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DKeyboardInterceptor.java151 return mPolicy.interceptKeyBeforeDispatching(null, event, policyFlags); in getEventDelay()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java153 public long interceptKeyBeforeDispatching(IBinder focusedToken, KeyEvent event,
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp103 nsecs_t interceptKeyBeforeDispatching(const sp<IBinder>&, const KeyEvent*, uint32_t) override { in interceptKeyBeforeDispatching() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java788 long interceptKeyBeforeDispatching(IBinder focusedToken, KeyEvent event, int policyFlags); in interceptKeyBeforeDispatching() method
H A DPhoneWindowManager.java2576 public long interceptKeyBeforeDispatching(IBinder focusedToken, KeyEvent event, in interceptKeyBeforeDispatching() method in PhoneWindowManager
2987 long delayMillis = interceptKeyBeforeDispatching(
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp114 jmethodID interceptKeyBeforeDispatching; member
333 nsecs_t interceptKeyBeforeDispatching(const sp<IBinder>& token, const KeyEvent* keyEvent,
1283 nsecs_t NativeInputManager::interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching() function in android::NativeInputManager
1302 gServiceClassInfo.interceptKeyBeforeDispatching, in interceptKeyBeforeDispatching()
2434 GET_METHOD_ID(gServiceClassInfo.interceptKeyBeforeDispatching, clazz, in register_android_server_InputManager()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2838 private long interceptKeyBeforeDispatching(IBinder focus, KeyEvent event, int policyFlags) { in interceptKeyBeforeDispatching() method in InputManagerService
2839 return mWindowManagerCallbacks.interceptKeyBeforeDispatching(focus, event, policyFlags); in interceptKeyBeforeDispatching()
3164 long interceptKeyBeforeDispatching(IBinder token, KeyEvent event, int policyFlags); in interceptKeyBeforeDispatching() method
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp381 nsecs_t interceptKeyBeforeDispatching(const sp<IBinder>&, const KeyEvent*, uint32_t) override { in interceptKeyBeforeDispatching() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp5720 nsecs_t delay = mPolicy->interceptKeyBeforeDispatching(token, &event, entry.policyFlags); in doInterceptKeyBeforeDispatchingLockedInterruptible()
/aosp12/frameworks/base/services/
H A Dart-profile19531 HPLcom/android/server/input/InputManagerService;->interceptKeyBeforeDispatching(Landroid/os/IBinder…
35411 HPLcom/android/server/policy/PhoneWindowManager;->interceptKeyBeforeDispatching(Landroid/os/IBinder…
46545 HPLcom/android/server/wm/InputManagerCallback;->interceptKeyBeforeDispatching(Landroid/os/IBinder;L…