HomeSort by relevance Sort by last modified time
    Searched refs:interceptKeyBeforeDispatching (Results 1 - 18 of 18) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
KeyboardInterceptorTest.java 86 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((WindowState) argThat(nullValue())
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
KeyboardInterceptor.java 145 return mPolicy.interceptKeyBeforeDispatching(null, event, policyFlags);
  /frameworks/native/services/inputflinger/tests/
InputDispatcher_test.cpp 78 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>&,
  /frameworks/base/services/core/java/com/android/server/wm/
InputMonitor.java 474 public long interceptKeyBeforeDispatching(
477 return mService.mPolicy.interceptKeyBeforeDispatching(windowState, event, policyFlags);
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TestWindowManagerPolicy.java 228 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event,
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 87 jmethodID interceptKeyBeforeDispatching;
252 virtual nsecs_t interceptKeyBeforeDispatching(
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
WindowManagerPolicy.java     [all...]
PhoneWindowManager.java     [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h 245 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle,
    [all...]
InputDispatcher.cpp     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1429 milliseconds