Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DComplexMovementPath.java121 ArrayList<Float> distanceBetweenRingSections; in generatePathRings() local
122 distanceBetweenRingSections = calculateSectionDistance(referencePathDistances); in generatePathRings()
123 addRingsToPath(referencePath, distanceBetweenRingSections); in generatePathRings()
147 ArrayList<Waypoint> referencePath, ArrayList<Float> distanceBetweenRingSections) { in addRingsToPath() argument
150 for (Float pathIntervalDistance : distanceBetweenRingSections) { in addRingsToPath()