Searched refs:nextKeyPointTime (Results 1 – 1 of 1) sorted by relevance
531 long nextKeyPointTime = description.getNextKeyPointAtLeast(timeSinceGestureStart); in getGestureStepsFromGestureDescription() local532 while (nextKeyPointTime >= 0) { in getGestureStepsFromGestureDescription()533 timeSinceGestureStart = (currentTouchPointSize == 0) ? nextKeyPointTime in getGestureStepsFromGestureDescription()534 : Math.min(nextKeyPointTime, timeSinceGestureStart + sampleTimeMs); in getGestureStepsFromGestureDescription()541 nextKeyPointTime = description.getNextKeyPointAtLeast(timeSinceGestureStart + 1); in getGestureStepsFromGestureDescription()