/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | KeyboardInterceptorTest.java | 82 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/ |
D | InputManagerCallback.java | 180 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/ |
D | KeyboardInterceptor.java | 145 return mPolicy.interceptKeyBeforeDispatching(null, event, policyFlags); in getEventDelay()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestWindowManagerPolicy.java | 166 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags) {
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 98 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/ |
D | WindowManagerPolicy.java | 1037 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags); in interceptKeyBeforeDispatching() method
|
D | PhoneWindowManager.java | 2589 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/ |
D | InputManagerService.java | 1838 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/ |
D | InputDispatcher_test.cpp | 152 virtual nsecs_t interceptKeyBeforeDispatching(const sp<IBinder>&, in interceptKeyBeforeDispatching() function in android::FakeInputDispatcherPolicy
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.h | 253 virtual nsecs_t interceptKeyBeforeDispatching(const sp<IBinder>& token,
|
D | InputDispatcher.cpp | 4160 nsecs_t delay = mPolicy->interceptKeyBeforeDispatching(token, in doInterceptKeyBeforeDispatchingLockedInterruptible()
|
/frameworks/base/services/ |
D | art-profile | 7198 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…
|