Home
last modified time | relevance | path

Searched refs:getCurrentPath (Results 1 – 3 of 3) 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()
DComplexMovementTest.java46 … mTestPath = new ComplexMovementPath(mReferencePathDistances, mReferencePath.getCurrentPath()); in ComplexMovementTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DPath.java102 public ArrayList<Waypoint> getCurrentPath() { in getCurrentPath() method in Path