Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java342 final List<MotionEvent> motionEvents = new ArrayList<>(); in getMotionEventsFromGestureSteps() local
376 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DFalsingDataProvider.java68 List<MotionEvent> motionEvents = unpackMotionEvent(motionEvent); in onMotionEvent() local
212 List<MotionEvent> motionEvents = new ArrayList<>(); in unpackMotionEvent() local
DZigZagClassifier.java78 List<MotionEvent> motionEvents = getRecentMotionEvents(); in isFalseTouch() local
170 private List<Point> rotateMotionEvents(List<MotionEvent> motionEvents, double angle) { in rotateMotionEvents()
DDistanceClassifier.java113 List<MotionEvent> motionEvents = getRecentMotionEvents(); in calculateDistances() local