Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java358 long nextKeyPointTime = description.getNextKeyPointAtLeast(timeSinceGestureStart); in getMotionEventsFromGestureDescription() local
359 while (nextKeyPointTime >= 0) { in getMotionEventsFromGestureDescription()
360 timeSinceGestureStart = (lastTouchPointSize == 0) ? nextKeyPointTime in getMotionEventsFromGestureDescription()
361 : Math.min(nextKeyPointTime, timeSinceGestureStart + sampleTimeMs); in getMotionEventsFromGestureDescription()
375 nextKeyPointTime = description.getNextKeyPointAtLeast(timeSinceGestureStart + 1); in getMotionEventsFromGestureDescription()