Home
last modified time | relevance | path

Searched defs:motionEvents (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java346 final List<MotionEvent> motionEvents = new ArrayList<>(); in getMotionEventsFromGestureDescription() local
420 private static void appendMoveEventIfNeeded(List<MotionEvent> motionEvents, in appendMoveEventIfNeeded()
442 private static int appendUpEvents(List<MotionEvent> motionEvents, in appendUpEvents()
469 private static int appendDownEvents(List<MotionEvent> motionEvents, in appendDownEvents()