Home
last modified time | relevance | path

Searched refs:mAvailMotionEvents (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/include/android_runtime/
Dandroid_app_NativeActivity.h133 android::Vector<android::MotionEvent*> mAvailMotionEvents; member
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp275 mAvailMotionEvents.push(static_cast<MotionEvent*>(event)); in finishEvent()
355 if (mAvailMotionEvents.size() <= 0) { in createMotionEvent()
358 event = mAvailMotionEvents.top(); in createMotionEvent()
359 mAvailMotionEvents.pop(); in createMotionEvent()