Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DComplexMovementPath.java66 ArrayList<Float> referencePathDistances, ArrayList<Waypoint> referencePath) { in ComplexMovementPath() argument
68 generatePathRings(referencePathDistances, referencePath); in ComplexMovementPath()
120 ArrayList<Float> referencePathDistances, ArrayList<Waypoint> referencePath) { in generatePathRings() argument
122 distanceBetweenRingSections = calculateSectionDistance(referencePathDistances); in generatePathRings()
132 private ArrayList<Float> calculateSectionDistance(ArrayList<Float> referencePathDistances) { in calculateSectionDistance() argument
134 for (Float distance : referencePathDistances) { in calculateSectionDistance()