Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DComplexMovementPath.java150 for (Float pathIntervalDistance : distanceBetweenRingSections) { in addRingsToPath()
154 … referencePath, referencePath.indexOf(currentWaypoint), pathIntervalDistance); in addRingsToPath()
207 ArrayList<Waypoint> referencePath, int currentLocation, Float pathIntervalDistance) { in calculateRingLocationOnPath() argument
213 if (pathRemaining >= pathIntervalDistance) { in calculateRingLocationOnPath()