Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DInputHalService.java83 private final Queue<MotionEvent> mLastFewDispatchedMotionEvents = field in InputHalService
521 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);