Home
last modified time | relevance | path

Searched refs:waypoint (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DPath.java53 Waypoint waypoint = new Waypoint(coordinates, userGenerated, currentLap); in createWaypointAndAddToPath() local
54 mCurrentPath.add(waypoint); in createWaypointAndAddToPath()
55 if (waypoint.isUserGenerated()) { in createWaypointAndAddToPath()
56 mPathMarkers.add(waypoint); in createWaypointAndAddToPath()
DReferencePath.java117 for (Waypoint waypoint : mPathMarkers) { in validateWaypointDistance()
118 if (MathsUtils.distanceCalculationInXYZSpace(waypoint.getCoordinates(), in validateWaypointDistance()
DComplexMovementPath.java171 private Ring createRing(ArrayList<Waypoint> referencePath, Waypoint waypoint, int currentPath) { in createRing() argument
172 float[] ringCenter = waypoint.getCoordinates(); in createRing()
174 referencePath.get(referencePath.indexOf(waypoint) - 1).getCoordinates()); in createRing()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DAccuracyFragment.java175 for (Waypoint waypoint : referenceWaypoints) { in setupUILoop()
177 … MathsUtils.coordinatesToString(waypoint.getCoordinates()) + "\n"; in setupUILoop()