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

/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java253 root.dispatchUnhandledKey(event);
/frameworks/base/services/java/com/android/server/wm/
H A DInputMonitor.java380 public KeyEvent dispatchUnhandledKey( method in class:InputMonitor
383 return mService.mPolicy.dispatchUnhandledKey(windowState, event, policyFlags);
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java805 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, int policyFlags); method in interface:WindowManagerPolicy
H A DViewRootImpl.java5766 public void dispatchUnhandledKey(KeyEvent event) { method in class:ViewRootImpl
/frameworks/base/services/input/tests/
H A DInputDispatcher_test.cpp84 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, function in class:android::FakeInputDispatcherPolicy
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp74 jmethodID dispatchUnhandledKey; member in struct:android::__anon1191
206 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
912 bool NativeInputManager::dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, function in class:android::NativeInputManager
925 gServiceClassInfo.dispatchUnhandledKey,
927 if (checkAndClearExceptionFromCallback(env, "dispatchUnhandledKey")) {
943 ALOGE("Failed to obtain key event object for dispatchUnhandledKey.");
1403 GET_METHOD_ID(gServiceClassInfo.dispatchUnhandledKey, clazz,
1404 "dispatchUnhandledKey",
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1335 private KeyEvent dispatchUnhandledKey(InputWindowHandle focus, method in class:InputManagerService
1337 return mWindowManagerCallbacks.dispatchUnhandledKey(focus, event, policyFlags);
1491 public KeyEvent dispatchUnhandledKey(InputWindowHandle focus, method in interface:InputManagerService.WindowManagerCallbacks
/frameworks/base/services/input/
H A DInputDispatcher.h248 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
H A DInputDispatcher.cpp3556 mPolicy->dispatchUnhandledKey(connection->inputWindowHandle,
3601 bool fallback = mPolicy->dispatchUnhandledKey(connection->inputWindowHandle,
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2295 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, int policyFlags) { method in class:PhoneWindowManager

Completed in 282 milliseconds