Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DTest.java193 protected ArrayList<Float> calculatePathDistance(ArrayList<Waypoint> pathToCalculate, in calculatePathDistance() argument
197 int currentLocation = pathToCalculate.indexOf(markers.get(0)); in calculatePathDistance()
199 while (currentLocation < pathToCalculate.size() - 1) { in calculatePathDistance()
203 pathToCalculate.get(currentLocation).getCoordinates(), in calculatePathDistance()
204 pathToCalculate.get(currentLocation + 1).getCoordinates()); in calculatePathDistance()
207 } while (!pathToCalculate.get(currentLocation).isUserGenerated()); in calculatePathDistance()