Home
last modified time | relevance | path

Searched refs:dispatchUnhandledKey (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/webkit/
DWebViewClient.java253 root.dispatchUnhandledKey(event); in onUnhandledKeyEvent()
/frameworks/base/services/java/com/android/server/wm/
DInputMonitor.java380 public KeyEvent dispatchUnhandledKey( in dispatchUnhandledKey() method in InputMonitor
383 return mService.mPolicy.dispatchUnhandledKey(windowState, event, policyFlags); in dispatchUnhandledKey()
/frameworks/base/services/input/tests/
DInputDispatcher_test.cpp84 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, in dispatchUnhandledKey() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp74 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/
DWindowManagerPolicy.java805 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, int policyFlags); in dispatchUnhandledKey() method
DViewRootImpl.java5766 public void dispatchUnhandledKey(KeyEvent event) { in dispatchUnhandledKey() method in ViewRootImpl
/frameworks/base/services/java/com/android/server/input/
DInputManagerService.java1335 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/
DInputDispatcher.h248 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
DInputDispatcher.cpp3556 mPolicy->dispatchUnhandledKey(connection->inputWindowHandle, in afterKeyEventLockedInterruptible()
3601 bool fallback = mPolicy->dispatchUnhandledKey(connection->inputWindowHandle, in afterKeyEventLockedInterruptible()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java2295 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, int policyFlags) { in dispatchUnhandledKey() method in PhoneWindowManager