Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DTest.java72 …istances = calculatePathDistance(mReferencePath.getCurrentPath(), mReferencePath.getPathMarkers()); in Test()
133 mReferencePath.getPathMarkers().get(i).getCoordinates(), in markerTest()
134 mTestPath.getPathMarkers().get(i).getCoordinates()); in markerTest()
164 mReferencePath.getPathMarkers().get(markerNumber).getCoordinates()); in recordMarkerTestResults()
166 mTestPath.getPathMarkers().get(markerNumber).getCoordinates()); in recordMarkerTestResults()
181 …mTestPathDistances = calculatePathDistance(mTestPath.getCurrentPath(), mTestPath.getPathMarkers()); in pathTest()
270 return mTestPath.getPathMarkers(); in getTestPathMarkers()
277 return mTestPath.getPathMarkers().size(); in getTestPathMarkersSize()
DRobustnessTest.java121 mTestPath.getPathMarkers().get(markerLocation).getCoordinates()); in recordTimerTestResults()
181 … rotationQuaternion, location, mReferencePath.getPathMarkers(), mDistanceOfPathToFail); in getRotationData()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DManager.java130 float[] initialCoords = mReferencePath.getPathMarkers().get(0).getCoordinates(); in addPoseDataToPath()
330 return mReferencePath.getPathMarkers(); in getReferencePathMarkers()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DPath.java109 public ArrayList<Waypoint> getPathMarkers() { in getPathMarkers() method in Path