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