Searched defs:dispatchUnhandledKey (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/input/tests/
H A DInputDispatcher_test.cpp83 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, function in class:android::FakeInputDispatcherPolicy
/frameworks/base/services/java/com/android/server/wm/
H A DInputMonitor.java357 public KeyEvent dispatchUnhandledKey( method in class:InputMonitor
360 return mService.mPolicy.dispatchUnhandledKey(windowState, event, policyFlags);
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java777 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, int policyFlags); method in interface:WindowManagerPolicy
H A DViewRootImpl.java4530 public void dispatchUnhandledKey(KeyEvent event) { method in class:ViewRootImpl
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp73 jmethodID dispatchUnhandledKey; member in struct:android::__anon1136
204 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
907 bool NativeInputManager::dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, function in class:android::NativeInputManager
920 gServiceClassInfo.dispatchUnhandledKey,
922 if (checkAndClearExceptionFromCallback(env, "dispatchUnhandledKey")) {
938 ALOGE("Failed to obtain key event object for dispatchUnhandledKey.");
1393 GET_METHOD_ID(gServiceClassInfo.dispatchUnhandledKey, clazz,
1394 "dispatchUnhandledKey",
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1333 private KeyEvent dispatchUnhandledKey(InputWindowHandle focus, method in class:InputManagerService
1335 return mWindowManagerCallbacks.dispatchUnhandledKey(focus, event, policyFlags);
1489 public KeyEvent dispatchUnhandledKey(InputWindowHandle focus, method in interface:InputManagerService.WindowManagerCallbacks
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2090 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, int policyFlags) { method in class:PhoneWindowManager

Completed in 1468 milliseconds