Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/util/
DRotationUtilsTest.java111 RotationUtils.reverseRotationDirectionAroundZAxis(ROTATION_270)); in testReverseRotationDirectionAroundZAxis()
113 RotationUtils.reverseRotationDirectionAroundZAxis(ROTATION_90)); in testReverseRotationDirectionAroundZAxis()
115 RotationUtils.reverseRotationDirectionAroundZAxis(ROTATION_0)); in testReverseRotationDirectionAroundZAxis()
117 RotationUtils.reverseRotationDirectionAroundZAxis(ROTATION_180)); in testReverseRotationDirectionAroundZAxis()
120 RotationUtils.reverseRotationDirectionAroundZAxis(-1)); in testReverseRotationDirectionAroundZAxis()
/frameworks/base/core/java/android/util/
DRotationUtils.java259 public static int reverseRotationDirectionAroundZAxis(@Surface.Rotation int rotation) { in reverseRotationDirectionAroundZAxis() method in RotationUtils
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java588 rotation = RotationUtils.reverseRotationDirectionAroundZAxis( in updateRotationUnchecked()
988 rotation = RotationUtils.reverseRotationDirectionAroundZAxis(rotation); in freezeRotation()
1265 sensorRotation = RotationUtils.reverseRotationDirectionAroundZAxis(sensorRotation); in rotationForOrientation()