Searched refs:interceptKeyBeforeDispatching (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java583 public boolean interceptKeyBeforeDispatching(WindowState win, int action, int flags, method in interface:WindowManagerPolicy
/frameworks/base/services/java/com/android/server/
H A DInputManager.java389 public boolean interceptKeyBeforeDispatching(InputChannel focus, int action, method in class:InputManager.Callbacks
392 return mWindowManagerService.mInputMonitor.interceptKeyBeforeDispatching(focus,
H A DWindowManagerService.java5261 public boolean interceptKeyBeforeDispatching(InputChannel focus, method in class:WindowManagerService.InputMonitor
5265 return mPolicy.interceptKeyBeforeDispatching(windowState, action, flags,
/frameworks/base/libs/ui/tests/
H A DInputDispatcher_test.cpp65 virtual bool interceptKeyBeforeDispatching(const sp<InputChannel>& inputChannel, function in class:android::FakeInputDispatcherPolicy
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp54 jmethodID interceptKeyBeforeDispatching; member in struct:android::__anon712
209 virtual bool interceptKeyBeforeDispatching(const sp<InputChannel>& inputChannel,
936 bool NativeInputManager::interceptKeyBeforeDispatching(const sp<InputChannel>& inputChannel, function in class:android::NativeInputManager
948 gCallbacksClassInfo.interceptKeyBeforeDispatching,
952 bool error = checkAndClearExceptionFromCallback(env, "interceptKeyBeforeDispatching");
1363 GET_METHOD_ID(gCallbacksClassInfo.interceptKeyBeforeDispatching, gCallbacksClassInfo.clazz,
1364 "interceptKeyBeforeDispatching", "(Landroid/view/InputChannel;IIIIIII)Z");
/frameworks/base/include/ui/
H A DInputDispatcher.h304 virtual bool interceptKeyBeforeDispatching(const sp<InputChannel>& inputChannel,
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1093 public boolean interceptKeyBeforeDispatching(WindowState win, int action, int flags, method in class:PhoneWindowManager
/frameworks/base/libs/ui/
H A DInputDispatcher.cpp2946 bool consumed = mPolicy->interceptKeyBeforeDispatching(commandEntry->inputChannel,

Completed in 386 milliseconds