Home
last modified time | relevance | path

Searched defs:dispatchUnhandledKey (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp83 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>&, in dispatchUnhandledKey() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java472 public KeyEvent dispatchUnhandledKey( in dispatchUnhandledKey() method in InputMonitor
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp85 jmethodID dispatchUnhandledKey; member
1104 bool NativeInputManager::dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, in dispatchUnhandledKey() function in android::NativeInputManager
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1987 private KeyEvent dispatchUnhandledKey(InputWindowHandle focus, in dispatchUnhandledKey() method in InputManagerService
2144 public KeyEvent dispatchUnhandledKey(InputWindowHandle focus, in dispatchUnhandledKey() method
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java1144 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, int policyFlags); in dispatchUnhandledKey() method
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3909 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, int policyFlags) { in dispatchUnhandledKey() method in PhoneWindowManager