Home
last modified time | relevance | path

Searched refs:requiredCapacity (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java558 private static TouchPoint[] getCurrentTouchPoints(int requiredCapacity) { in getCurrentTouchPoints() argument
559 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()