Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java340 private static TouchPoint[] sLastTouchPoints; field in GestureDescription.MotionEventGenerator
391 if ((sLastTouchPoints == null) || (sLastTouchPoints.length < requiredCapacity)) { in getLastTouchPoints()
392 sLastTouchPoints = new TouchPoint[requiredCapacity]; in getLastTouchPoints()
394 sLastTouchPoints[i] = new TouchPoint(); in getLastTouchPoints()
397 return sLastTouchPoints; in getLastTouchPoints()