Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DRobustnessPath.java186 ArrayList<Waypoint> referencePathMarkers, in handleRotation() argument
190 boolean rotationTestable = checkIfRotationTestable(rotationLocation, referencePathMarkers); in handleRotation()
225 float[] rotationLocation, ArrayList<Waypoint> referencePathMarkers) { in checkIfRotationTestable() argument
226 for (Waypoint marker : referencePathMarkers) { in checkIfRotationTestable()