Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DRobustnessPath.java207 double rotationDifference = Math.abs(eulerRotation - mTargetRotation); in testRotation() local
208 if (rotationDifference > MAXIMUM_ROTATION_INACCURACY) { in testRotation()