Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java543 long nextKeyPointTime = description.getNextKeyPointAtLeast(timeSinceGestureStart); in getGestureStepsFromGestureDescription() local
544 while (nextKeyPointTime >= 0) { in getGestureStepsFromGestureDescription()
545 timeSinceGestureStart = (currentTouchPointSize == 0) ? nextKeyPointTime in getGestureStepsFromGestureDescription()
546 : Math.min(nextKeyPointTime, timeSinceGestureStart + sampleTimeMs); in getGestureStepsFromGestureDescription()
553 nextKeyPointTime = description.getNextKeyPointAtLeast(timeSinceGestureStart + 1); in getGestureStepsFromGestureDescription()