Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DTest.java196 float totalDistance, distance; in calculatePathDistance() local
200 totalDistance = 0; in calculatePathDistance()
205 totalDistance += distance; in calculatePathDistance()
208 pathDistances.add(Math.abs(totalDistance)); in calculatePathDistance()