Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java531 private static TouchPoint[] sCurrentTouchPoints; field in GestureDescription.MotionEventGenerator
559 if ((sCurrentTouchPoints == null) || (sCurrentTouchPoints.length < requiredCapacity)) { in getCurrentTouchPoints()
560 sCurrentTouchPoints = new TouchPoint[requiredCapacity]; in getCurrentTouchPoints()
562 sCurrentTouchPoints[i] = new TouchPoint(); in getCurrentTouchPoints()
565 return sCurrentTouchPoints; in getCurrentTouchPoints()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt144 Landroid/accessibilityservice/GestureDescription$MotionEventGenerator;->sCurrentTouchPoints:[Landro…