Home
last modified time | relevance | path

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

/frameworks/base/include/android_runtime/
Dandroid_app_NativeActivity.h84 bool preDispatchEvent(AInputEvent* event);
/frameworks/base/native/android/
Dinput.cpp288 return queue->preDispatchEvent(event) ? 1 : 0; in AInputQueue_preDispatchEvent()
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp234 bool AInputQueue::preDispatchEvent(AInputEvent* event) { in preDispatchEvent() function in AInputQueue