Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DTest.java47 protected ArrayList<Float> mReferencePathDistances = new ArrayList<>(); field in Test
72mReferencePathDistances = calculatePathDistance(mReferencePath.getCurrentPath(), mReferencePath.ge… in Test()
222 if (!mReferencePathDistances.isEmpty() && !mTestPathDistances.isEmpty()) { in calculatePathDifferences()
223 for (int i = 0; i < mReferencePathDistances.size(); i++) { in calculatePathDifferences()
224 difference = mReferencePathDistances.get(i) - mTestPathDistances.get(i); in calculatePathDifferences()
256 String referencePath = String.valueOf(mReferencePathDistances.get(pathNumber)); in recordPathTestResults()
DComplexMovementTest.java46 … mTestPath = new ComplexMovementPath(mReferencePathDistances, mReferencePath.getCurrentPath()); in ComplexMovementTest()
DRobustnessTest.java54 for (float distance : mReferencePathDistances) { in RobustnessTest()