Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DComplexMovementTest.java22 import com.android.cts.verifier.sensors.sixdof.Utils.Path.ComplexMovementPath;
46 … mTestPath = new ComplexMovementPath(mReferencePathDistances, mReferencePath.getCurrentPath()); in ComplexMovementTest()
76 Ring ring = ((ComplexMovementPath) mTestPath).hasRingBeenEntered(location); in checkIfARingHasBeenPassed()
90 ArrayList<Ring> testArray = ((ComplexMovementPath) mTestPath).getRings(); in testRings()
107 Ring ring = ((ComplexMovementPath) mTestPath).getRings().get(ringIndex); in recordRingTestResults()
110 … "Ring number:" + ((ringIndex % ComplexMovementPath.RINGS_PER_PATH) + 1) + "\n"; in recordRingTestResults()
120 return ((ComplexMovementPath) mTestPath).getRings(); in getRings()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DComplexMovementFragment.java30 import com.android.cts.verifier.sensors.sixdof.Utils.Path.ComplexMovementPath;
155 ringCount, ComplexMovementPath.RINGS_PER_PATH)); in setupUILoop()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DComplexMovementPath.java35 public class ComplexMovementPath extends com.android.cts.verifier.sensors.sixdof.Utils.Path.Path { class
65 public ComplexMovementPath( in ComplexMovementPath() method in ComplexMovementPath