Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DMathsUtils.java38 public static final int ORIENTATION_90_ANTI_CLOCKWISE = 90; field in MathsUtils
65 case ORIENTATION_90_ANTI_CLOCKWISE: in rotateCoordinates()
281 case ORIENTATION_90_ANTI_CLOCKWISE: in getDeviceOrientationMatrix()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java144 case MathsUtils.ORIENTATION_90_ANTI_CLOCKWISE: in onSurfaceChanged()
217 case MathsUtils.ORIENTATION_90_ANTI_CLOCKWISE: in getCameraCoordinates()
269 case MathsUtils.ORIENTATION_90_ANTI_CLOCKWISE: in getUpVector()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DRobustnessPath.java169 angle = Math.toDegrees(angle) - MathsUtils.ORIENTATION_90_ANTI_CLOCKWISE; in calculateRotation()