Searched refs:sCurrentTouchPoints (Results 1 – 1 of 1) sorted by relevance
566 private static TouchPoint[] sCurrentTouchPoints; field in GestureDescription.MotionEventGenerator594 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()