Searched refs:preDispatchEvent (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/include/android_runtime/
H A Dandroid_app_NativeActivity.h52 * 2. Application calls preDispatchEvent():
60 * f. (A preDispatchEvent() call on this event will now return false).
84 bool preDispatchEvent(AInputEvent* event);
/frameworks/base/native/android/
H A Dinput.cpp288 return queue->preDispatchEvent(event) ? 1 : 0;
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp234 bool AInputQueue::preDispatchEvent(AInputEvent* event) { function in class:AInputQueue

Completed in 59 milliseconds