Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DComplexMovementPath.java149 Waypoint currentWaypoint = referencePath.get(0); in addRingsToPath() local
153 currentWaypoint = calculateRingLocationOnPath( in addRingsToPath()
154 … referencePath, referencePath.indexOf(currentWaypoint), pathIntervalDistance); in addRingsToPath()
155 mRings.add(createRing(referencePath, currentWaypoint, currentPath)); in addRingsToPath()
157 while (!currentWaypoint.isUserGenerated()) { in addRingsToPath()
158 currentWaypoint = referencePath.get(referencePath.indexOf(currentWaypoint) + 1); in addRingsToPath()