Searched refs:mReferencePath (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ |
D | Manager.java | 50 private ReferencePath mReferencePath = new ReferencePath(); field in Manager 128 mReferencePath.createWaypointAndAddToPath(coordinates, userGenerated, mLap); in addPoseDataToPath() 130 float[] initialCoords = mReferencePath.getPathMarkers().get(0).getCoordinates(); in addPoseDataToPath() 149 if (mReferencePath.getPathMarkersSize() == MAX_MARKER_NUMBER) { in addPoseDataToPath() 177 resetTest = mReferencePath.removeLastMarker(); in removeLastAddedMarker() 200 mAccuracyTest = new AccuracyTest(mReferencePath, mTestReport, this); in startAccuracyTest() 208 mRobustnessTest = new RobustnessTest(mReferencePath, mTestReport, this, in startRobustnessTest() 218 mComplexMovementTest = new ComplexMovementTest(mReferencePath, mTestReport, this); in startComplexMovementTest() 262 mRemainingPath = mReferencePath.calculatePathRemaining(); in calculateRemainingPath() 292 if (mReferencePath.getCurrentPathSize() != 0) { in onNewPoseData() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/ |
D | Test.java | 50 protected ReferencePath mReferencePath; field in Test 64 mReferencePath = referencePath; in Test() 72 …mReferencePathDistances = calculatePathDistance(mReferencePath.getCurrentPath(), mReferencePath.ge… in Test() 131 for (int i = 0; i < mReferencePath.getPathMarkersSize(); i++) { in markerTest() 133 mReferencePath.getPathMarkers().get(i).getCoordinates(), in markerTest() 148 if (markerDifference > mReferencePath.getFailureTolerance()) { in markerAccuracyTest() 164 mReferencePath.getPathMarkers().get(markerNumber).getCoordinates()); in recordMarkerTestResults() 241 if (path > mReferencePath.getFailureTolerance()) { in pathAccuracyTest()
|
D | ComplexMovementTest.java | 46 … mTestPath = new ComplexMovementPath(mReferencePathDistances, mReferencePath.getCurrentPath()); in ComplexMovementTest()
|
D | RobustnessTest.java | 181 … rotationQuaternion, location, mReferencePath.getPathMarkers(), mDistanceOfPathToFail); in getRotationData()
|