Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java566 private static TouchPoint[] sCurrentTouchPoints; field in GestureDescription.MotionEventGenerator
594 if ((sCurrentTouchPoints == null) || (sCurrentTouchPoints.length < requiredCapacity)) { in getCurrentTouchPoints()
595 sCurrentTouchPoints = new TouchPoint[requiredCapacity]; in getCurrentTouchPoints()
597 sCurrentTouchPoints[i] = new TouchPoint(); in getCurrentTouchPoints()
600 return sCurrentTouchPoints; in getCurrentTouchPoints()