Searched refs:requiredCapacity (Results 1 – 1 of 1) sorted by relevance
593 private static TouchPoint[] getCurrentTouchPoints(int requiredCapacity) { in getCurrentTouchPoints() argument594 if ((sCurrentTouchPoints == null) || (sCurrentTouchPoints.length < requiredCapacity)) { in getCurrentTouchPoints()595 sCurrentTouchPoints = new TouchPoint[requiredCapacity]; in getCurrentTouchPoints()596 for (int i = 0; i < requiredCapacity; i++) { in getCurrentTouchPoints()