Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java446 TouchPoint[] touchPoints, int touchPointsSize) { in obtainMotionEvent()
479 private static int findPointByStrokeId(TouchPoint[] touchPoints, int touchPointsSize, in findPointByStrokeId()
/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java124 private int getPointsForTime(long time, TouchPoint[] touchPoints) { in getPointsForTime()
478 public TouchPoint[] touchPoints; field in GestureDescription.GestureStep
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java721 TouchPoint[] touchPoints = new TouchPoint[1]; in createSimpleGestureFromPoints() local
741 TouchPoint[] touchPoints = new TouchPoint[numPoints1 + numPoints2]; in combineGestureSteps() local