Searched refs:ComplexMovementPath (Results 1 – 3 of 3) sorted by relevance
22 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()
30 import com.android.cts.verifier.sensors.sixdof.Utils.Path.ComplexMovementPath;155 ringCount, ComplexMovementPath.RINGS_PER_PATH)); in setupUILoop()
35 public class ComplexMovementPath extends com.android.cts.verifier.sensors.sixdof.Utils.Path.Path { class65 public ComplexMovementPath( in ComplexMovementPath() method in ComplexMovementPath