Searched refs:maxSteps (Results 1 – 1 of 1) sorted by relevance
534 int maxSteps = 0; in performMultiPointerGesture() local535 for (PointerCoords[] touch : touches) maxSteps = Math.max(maxSteps, touch.length); in performMultiPointerGesture()566 for (int i = 1; i < maxSteps - 1; i++) { in performMultiPointerGesture()