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

/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp83 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>&, function in class:android::FakeInputDispatcherPolicy
/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java472 public KeyEvent dispatchUnhandledKey( method in class:InputMonitor
475 return mService.mPolicy.dispatchUnhandledKey(windowState, event, policyFlags);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp81 jmethodID dispatchUnhandledKey; member in struct:android::__anon1309
242 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
1054 bool NativeInputManager::dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, function in class:android::NativeInputManager
1067 gServiceClassInfo.dispatchUnhandledKey,
1069 if (checkAndClearExceptionFromCallback(env, "dispatchUnhandledKey")) {
1085 ALOGE("Failed to obtain key event object for dispatchUnhandledKey.");
1684 GET_METHOD_ID(gServiceClassInfo.dispatchUnhandledKey, clazz,
1685 "dispatchUnhandledKey",
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java273 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, method in class:TestWindowManagerPolicy
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1117 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, int policyFlags); method in interface:WindowManagerPolicy
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1932 private KeyEvent dispatchUnhandledKey(InputWindowHandle focus, method in class:InputManagerService
1934 return mWindowManagerCallbacks.dispatchUnhandledKey(focus, event, policyFlags);
2089 public KeyEvent dispatchUnhandledKey(InputWindowHandle focus, method in interface:InputManagerService.WindowManagerCallbacks
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h251 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
H A DInputDispatcher.cpp3639 mPolicy->dispatchUnhandledKey(connection->inputWindowHandle,
3684 bool fallback = mPolicy->dispatchUnhandledKey(connection->inputWindowHandle,
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3875 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, int policyFlags) { method in class:PhoneWindowManager

Completed in 1492 milliseconds