Searched defs:motionEvents (Results 1 – 8 of 8) sorted by relevance
350 final List<MotionEvent> motionEvents = new ArrayList<>(); in getMotionEventsFromGestureSteps() local384 private void appendMoveEventIfNeeded(List<MotionEvent> motionEvents, in appendMoveEventIfNeeded()405 private void appendUpEvents(List<MotionEvent> motionEvents, in appendUpEvents()433 private void appendDownEvents(List<MotionEvent> motionEvents, in appendDownEvents()
49 public Result isTap(List<MotionEvent> motionEvents, double falsePenalty) { in isTap()
96 List<MotionEvent> motionEvents = getRecentMotionEvents(); in calculateFalsingResult() local202 private List<Point> rotateMotionEvents(List<MotionEvent> motionEvents, double angle) { in rotateMotionEvents()
80 List<MotionEvent> motionEvents = unpackMotionEvent(motionEvent); in onMotionEvent() local264 List<MotionEvent> motionEvents = new ArrayList<>(); in unpackMotionEvent() local
121 List<MotionEvent> motionEvents = getRecentMotionEvents(); in calculateDistances() local
155 int gestureId, int displayId, @NonNull List<MotionEvent> motionEvents) { in AccessibilityGestureEvent()
217 final List<MotionEvent> motionEvents = in goFromStateIdleTo() local
463 List<MotionEvent> motionEvents = gestureEvent.getMotionEvents(); in passInGesture() local