Searched refs:dispatchUnhandledKey (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/webkit/ |
D | WebViewClient.java | 253 root.dispatchUnhandledKey(event); in onUnhandledKeyEvent()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | InputMonitor.java | 380 public KeyEvent dispatchUnhandledKey( in dispatchUnhandledKey() method in InputMonitor 383 return mService.mPolicy.dispatchUnhandledKey(windowState, event, policyFlags); in dispatchUnhandledKey()
|
/frameworks/base/services/input/tests/ |
D | InputDispatcher_test.cpp | 84 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, in dispatchUnhandledKey() function in android::FakeInputDispatcherPolicy
|
/frameworks/base/services/jni/ |
D | com_android_server_input_InputManagerService.cpp | 74 jmethodID dispatchUnhandledKey; member 206 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, 912 bool NativeInputManager::dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, in dispatchUnhandledKey() function in android::NativeInputManager 925 gServiceClassInfo.dispatchUnhandledKey, in dispatchUnhandledKey() 1403 GET_METHOD_ID(gServiceClassInfo.dispatchUnhandledKey, clazz, in register_android_server_InputManager()
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerPolicy.java | 805 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, int policyFlags); in dispatchUnhandledKey() method
|
D | ViewRootImpl.java | 5766 public void dispatchUnhandledKey(KeyEvent event) { in dispatchUnhandledKey() method in ViewRootImpl
|
/frameworks/base/services/java/com/android/server/input/ |
D | InputManagerService.java | 1335 private KeyEvent dispatchUnhandledKey(InputWindowHandle focus, in dispatchUnhandledKey() method in InputManagerService 1337 return mWindowManagerCallbacks.dispatchUnhandledKey(focus, event, policyFlags); in dispatchUnhandledKey() 1491 public KeyEvent dispatchUnhandledKey(InputWindowHandle focus, in dispatchUnhandledKey() method
|
/frameworks/base/services/input/ |
D | InputDispatcher.h | 248 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
|
D | InputDispatcher.cpp | 3556 mPolicy->dispatchUnhandledKey(connection->inputWindowHandle, in afterKeyEventLockedInterruptible() 3601 bool fallback = mPolicy->dispatchUnhandledKey(connection->inputWindowHandle, in afterKeyEventLockedInterruptible()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 2295 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, int policyFlags) { in dispatchUnhandledKey() method in PhoneWindowManager
|