HomeSort by relevance Sort by last modified time
    Searched refs:interceptKeyBeforeQueueing (Results 1 - 11 of 11) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
InputMonitor.java 398 public int interceptKeyBeforeQueueing(KeyEvent event, int policyFlags) {
399 return mService.mPolicy.interceptKeyBeforeQueueing(event, policyFlags);
  /frameworks/native/services/inputflinger/tests/
InputDispatcher_test.cpp 72 virtual void interceptKeyBeforeQueueing(const KeyEvent*, uint32_t&) {
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 126 * {@link #interceptKeyBeforeQueueing}.
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 77 jmethodID interceptKeyBeforeQueueing;
234 virtual void interceptKeyBeforeQueueing(const KeyEvent* keyEvent, uint32_t& policyFlags);
872 void NativeInputManager::interceptKeyBeforeQueueing(const KeyEvent* keyEvent,
889 gServiceClassInfo.interceptKeyBeforeQueueing,
891 if (checkAndClearExceptionFromCallback(env, "interceptKeyBeforeQueueing")) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h 234 virtual void interceptKeyBeforeQueueing(const KeyEvent* keyEvent, uint32_t& policyFlags) = 0;
    [all...]
InputDispatcher.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 259 milliseconds