Searched refs:nextKeyPointTime (Results 1 – 1 of 1) sorted by relevance
358 long nextKeyPointTime = description.getNextKeyPointAtLeast(timeSinceGestureStart); in getMotionEventsFromGestureDescription() local359 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()