Home
last modified time | relevance | path

Searched refs:Waypoint (Results 1 – 11 of 11) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DPath.java24 import com.android.cts.verifier.sensors.sixdof.Utils.Path.PathUtilityClasses.Waypoint;
32 protected ArrayList<Waypoint> mCurrentPath = new ArrayList<>();
33 protected ArrayList<Waypoint> mPathMarkers = new ArrayList<>();
53 Waypoint waypoint = new Waypoint(coordinates, userGenerated, currentLap); in createWaypointAndAddToPath()
93 Waypoint markerToRemove = mPathMarkers.get(mPathMarkers.size() - 1); in removeLastMarker()
102 public ArrayList<Waypoint> getCurrentPath() { in getCurrentPath()
109 public ArrayList<Waypoint> getPathMarkers() { in getPathMarkers()
DComplexMovementPath.java30 import com.android.cts.verifier.sensors.sixdof.Utils.Path.PathUtilityClasses.Waypoint;
66 ArrayList<Float> referencePathDistances, ArrayList<Waypoint> referencePath) { in ComplexMovementPath()
120 ArrayList<Float> referencePathDistances, ArrayList<Waypoint> referencePath) { in generatePathRings()
147 ArrayList<Waypoint> referencePath, ArrayList<Float> distanceBetweenRingSections) { in addRingsToPath()
149 Waypoint currentWaypoint = referencePath.get(0); in addRingsToPath()
171 private Ring createRing(ArrayList<Waypoint> referencePath, Waypoint waypoint, int currentPath) { in createRing()
206 private Waypoint calculateRingLocationOnPath( in calculateRingLocationOnPath()
207 ArrayList<Waypoint> referencePath, int currentLocation, Float pathIntervalDistance) { in calculateRingLocationOnPath()
DRobustnessPath.java24 import com.android.cts.verifier.sensors.sixdof.Utils.Path.PathUtilityClasses.Waypoint;
186 ArrayList<Waypoint> referencePathMarkers, in handleRotation()
225 float[] rotationLocation, ArrayList<Waypoint> referencePathMarkers) { in checkIfRotationTestable()
226 for (Waypoint marker : referencePathMarkers) { in checkIfRotationTestable()
DReferencePath.java24 import com.android.cts.verifier.sensors.sixdof.Utils.Path.PathUtilityClasses.Waypoint;
117 for (Waypoint waypoint : mPathMarkers) { in validateWaypointDistance()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/PathUtilityClasses/
DWaypoint.java23 public class Waypoint { class
35 public Waypoint(float[] coordinates, boolean userGenerated, Manager.Lap lap) { in Waypoint() method in Waypoint
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DManager.java32 import com.android.cts.verifier.sensors.sixdof.Utils.Path.PathUtilityClasses.Waypoint;
329 public ArrayList<Waypoint> getReferencePathMarkers() { in getReferencePathMarkers()
336 public ArrayList<Waypoint> getTestPathMarkers() { in getTestPathMarkers()
350 public ArrayList<Waypoint> getRobustnessMarker() { in getRobustnessMarker()
371 public ArrayList<Waypoint> getComplexMovementTestMarkers() { in getComplexMovementTestMarkers()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DTest.java30 import com.android.cts.verifier.sensors.sixdof.Utils.Path.PathUtilityClasses.Waypoint;
193 protected ArrayList<Float> calculatePathDistance(ArrayList<Waypoint> pathToCalculate, in calculatePathDistance()
194 ArrayList<Waypoint> markers) { in calculatePathDistance()
269 public ArrayList<Waypoint> getTestPathMarkers() { in getTestPathMarkers()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DAccuracyFragment.java31 import com.android.cts.verifier.sensors.sixdof.Utils.Path.PathUtilityClasses.Waypoint;
160 ArrayList<Waypoint> referenceWaypoints; in setupUILoop()
175 for (Waypoint waypoint : referenceWaypoints) { in setupUILoop()
201 referenceWaypoints = new ArrayList<Waypoint>(); in setupUILoop()
DDataFragment.java27 import com.android.cts.verifier.sensors.sixdof.Utils.Path.PathUtilityClasses.Waypoint;
134 public ArrayList<Waypoint> getUserGeneratedWaypoints(Manager.Lap lap) { in getUserGeneratedWaypoints()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
DTestActivity.java38 import com.android.cts.verifier.sensors.sixdof.Utils.Path.PathUtilityClasses.Waypoint;
273 public ArrayList<Waypoint> getUserGeneratedWaypoints(Lap lap) { in getUserGeneratedWaypoints()
/cts/tools/dex-tools/dex/
Dclasses.out.dex119117 @dalvik.annotation.Signature (value =Ljava/util/List<Lcom/android/internal/location/Waypoint;>; )
119230 class com.android.internal.location.Waypoint extends java.lang.Object