Searched defs:motionEvents (Results 1 – 4 of 4) sorted by relevance
342 final List<MotionEvent> motionEvents = new ArrayList<>(); in getMotionEventsFromGestureSteps() local376 private void appendMoveEventIfNeeded(List<MotionEvent> motionEvents, in appendMoveEventIfNeeded()397 private void appendUpEvents(List<MotionEvent> motionEvents, in appendUpEvents()425 private void appendDownEvents(List<MotionEvent> motionEvents, in appendDownEvents()
68 List<MotionEvent> motionEvents = unpackMotionEvent(motionEvent); in onMotionEvent() local212 List<MotionEvent> motionEvents = new ArrayList<>(); in unpackMotionEvent() local
78 List<MotionEvent> motionEvents = getRecentMotionEvents(); in isFalseTouch() local170 private List<Point> rotateMotionEvents(List<MotionEvent> motionEvents, double angle) { in rotateMotionEvents()
113 List<MotionEvent> motionEvents = getRecentMotionEvents(); in calculateDistances() local