Home
last modified time | relevance | path

Searched refs:getCoordinates (Results 1 – 9 of 9) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DReferencePath.java80 mCurrentPath.get(currentLocation).getCoordinates(), in calculatePathRemaining()
81 mCurrentPath.get(currentLocation + 1).getCoordinates()); in calculatePathRemaining()
118 if (MathsUtils.distanceCalculationInXYZSpace(waypoint.getCoordinates(), in validateWaypointDistance()
132 float[] A = mPathMarkers.get(0).getCoordinates(); in validateAreaCovered()
133 float[] B = mPathMarkers.get(1).getCoordinates(); in validateAreaCovered()
158 float[] firstMarkerCoordinates = mPathMarkers.get(0).getCoordinates(); in validateBackToStart()
DPath.java66 mCurrentPath.get(i).getCoordinates(), in getLengthOfCurrentPath()
67 mCurrentPath.get(i - 1).getCoordinates()); in getLengthOfCurrentPath()
DComplexMovementPath.java172 float[] ringCenter = waypoint.getCoordinates(); in createRing()
174 referencePath.get(referencePath.indexOf(waypoint) - 1).getCoordinates()); in createRing()
211 referencePath.get(currentLocation).getCoordinates(), in calculateRingLocationOnPath()
212 referencePath.get(currentLocation + 1).getCoordinates()); in calculateRingLocationOnPath()
DRobustnessPath.java210 rotationLocation, mCurrentPath.get(mCurrentPath.size() - 1).getCoordinates()); in testRotation()
227 if (MathsUtils.distanceCalculationInXYZSpace(marker.getCoordinates(), in checkIfRotationTestable()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DTest.java133 mReferencePath.getPathMarkers().get(i).getCoordinates(), in markerTest()
134 mTestPath.getPathMarkers().get(i).getCoordinates()); in markerTest()
164 mReferencePath.getPathMarkers().get(markerNumber).getCoordinates()); in recordMarkerTestResults()
166 mTestPath.getPathMarkers().get(markerNumber).getCoordinates()); in recordMarkerTestResults()
203 pathToCalculate.get(currentLocation).getCoordinates(), in calculatePathDistance()
204 pathToCalculate.get(currentLocation + 1).getCoordinates()); in calculatePathDistance()
DRobustnessTest.java121 mTestPath.getPathMarkers().get(markerLocation).getCoordinates()); in recordTimerTestResults()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/PathUtilityClasses/
DWaypoint.java44 public float[] getCoordinates() { in getCoordinates() method in Waypoint
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DManager.java130 float[] initialCoords = mReferencePath.getPathMarkers().get(0).getCoordinates(); in addPoseDataToPath()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DAccuracyFragment.java177 … MathsUtils.coordinatesToString(waypoint.getCoordinates()) + "\n"; in setupUILoop()