Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DComplexMovementPath.java122 distanceBetweenRingSections = calculateSectionDistance(referencePathDistances); in generatePathRings()
132 private ArrayList<Float> calculateSectionDistance(ArrayList<Float> referencePathDistances) { in calculateSectionDistance() method in ComplexMovementPath