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