Searched refs:rotationDifference (Results 1 – 1 of 1) sorted by relevance
207 double rotationDifference = Math.abs(eulerRotation - mTargetRotation); in testRotation() local208 if (rotationDifference > MAXIMUM_ROTATION_INACCURACY) { in testRotation()