Searched refs:mLastFewDispatchedMotionEvents (Results 1 – 1 of 1) sorted by relevance
83 private final Queue<MotionEvent> mLastFewDispatchedMotionEvents = field in InputHalService521 while (mLastFewDispatchedMotionEvents.size() >= MAX_EVENTS_TO_KEEP_AS_HISTORY) {522 mLastFewDispatchedMotionEvents.remove();524 mLastFewDispatchedMotionEvents.add(motionEvent);917 MotionEvent[] motionEvents = new MotionEvent[mLastFewDispatchedMotionEvents.size()];918 mLastFewDispatchedMotionEvents.toArray(motionEvents);