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

  /frameworks/base/include/android_runtime/
android_app_NativeActivity.h 97 android::KeyEvent* consumePreDispatchingEvent(int* outSeq);
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 322 KeyEvent* AInputQueue::consumePreDispatchingEvent(int* outSeq) {
334 LOG_TRACE("consumePreDispatchingEvent: KeyEvent=%p", event);
594 while ((keyEvent=code->nativeInputQueue->consumePreDispatchingEvent(&seq)) != NULL) {
    [all...]

Completed in 115 milliseconds