Searched refs:sCurrentTouchPoints (Results 1 – 2 of 2) sorted by relevance
531 private static TouchPoint[] sCurrentTouchPoints; field in GestureDescription.MotionEventGenerator559 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()
144 Landroid/accessibilityservice/GestureDescription$MotionEventGenerator;->sCurrentTouchPoints:[Landro…