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

  /frameworks/base/libs/androidfw/
Input.cpp 593 for (size_t i = 0; i < mMotionEventPool.size(); i++) {
594 delete mMotionEventPool.itemAt(i);
608 if (!mMotionEventPool.isEmpty()) {
609 MotionEvent* event = mMotionEventPool.top();
610 mMotionEventPool.pop();
625 if (mMotionEventPool.size() < mMaxPoolSize) {
626 mMotionEventPool.push(static_cast<MotionEvent*>(event));
  /frameworks/base/include/androidfw/
Input.h 617 Vector<MotionEvent*> mMotionEventPool;

Completed in 33 milliseconds