Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DTest.java72 …mReferencePathDistances = calculatePathDistance(mReferencePath.getCurrentPath(), mReferencePath.ge… in Test()
181 …mTestPathDistances = calculatePathDistance(mTestPath.getCurrentPath(), mTestPath.getPathMarkers()); in pathTest()
193 protected ArrayList<Float> calculatePathDistance(ArrayList<Waypoint> pathToCalculate, in calculatePathDistance() method in Test