Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java25 …ort static com.android.cts.verifier.sensors.sixdof.Utils.MathsUtils.ORIENTATION_360_ANTI_CLOCKWISE;
142 case MathsUtils.ORIENTATION_360_ANTI_CLOCKWISE: in onSurfaceChanged()
207 case MathsUtils.ORIENTATION_360_ANTI_CLOCKWISE: in getCameraCoordinates()
264 case ORIENTATION_360_ANTI_CLOCKWISE: in getUpVector()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DMathsUtils.java41 public static final int ORIENTATION_360_ANTI_CLOCKWISE = 360; field in MathsUtils
62 case ORIENTATION_360_ANTI_CLOCKWISE: in rotateCoordinates()
275 case ORIENTATION_360_ANTI_CLOCKWISE: in getDeviceOrientationMatrix()