Home
last modified time | relevance | path

Searched refs:touchPointsToCopy (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java516 TouchPoint[] touchPointsToCopy) { in GestureStep() argument
521 this.touchPoints[i] = new TouchPoint(touchPointsToCopy[i]); in GestureStep()