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.cpp85 jmethodID dispatchUnhandledKey; member in struct:android::__anon1295
252 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
1104 bool NativeInputManager::dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, function in class:android::NativeInputManager
1118 gServiceClassInfo.dispatchUnhandledKey,
1120 if (checkAndClearExceptionFromCallback(env, "dispatchUnhandledKey")) {
1136 ALOGE("Failed to obtain key event object for dispatchUnhandledKey.");
1776 GET_METHOD_ID(gServiceClassInfo.dispatchUnhandledKey, clazz,
1777 "dispatchUnhandledKey",
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java286 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, method in class:TestWindowManagerPolicy
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1139 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.java1987 private KeyEvent dispatchUnhandledKey(InputWindowHandle focus, method in class:InputManagerService
1989 return mWindowManagerCallbacks.dispatchUnhandledKey(focus, event, policyFlags);
2144 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.cpp3637 mPolicy->dispatchUnhandledKey(connection->inputWindowHandle,
3682 bool fallback = mPolicy->dispatchUnhandledKey(connection->inputWindowHandle,
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3902 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, int policyFlags) { method in class:PhoneWindowManager

Completed in 995 milliseconds