Searched defs:consumePreDispatchingEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp319 KeyEvent* AInputQueue::consumePreDispatchingEvent(int* outSeq) { function in class:AInputQueue
330 LOG_TRACE("consumePreDispatchingEvent: KeyEvent=%p", event);
554 while ((keyEvent=code->nativeInputQueue->consumePreDispatchingEvent(&seq)) != NULL) {

Completed in 37 milliseconds