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