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

  /frameworks/native/libs/input/
Input.cpp 544 for (size_t i = 0; i < mMotionEventPool.size(); i++) {
545 delete mMotionEventPool.itemAt(i);
559 if (!mMotionEventPool.isEmpty()) {
560 MotionEvent* event = mMotionEventPool.top();
561 mMotionEventPool.pop();
576 if (mMotionEventPool.size() < mMaxPoolSize) {
577 mMotionEventPool.push(static_cast<MotionEvent*>(event));
  /frameworks/native/include/input/
Input.h 637 Vector<MotionEvent*> mMotionEventPool;

Completed in 211 milliseconds