Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
DGLArrowSensorTestRenderer.java47 private final float[] mRotationMatrix = new float[16]; field in GLArrowSensorTestRenderer
96 gl.glMultMatrixf(mRotationMatrix, 0); in onDrawFrame()
190 SensorManager.AXIS_MINUS_X, SensorManager.AXIS_Y, mRotationMatrix); in onSensorChanged()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java1170 float[] mRotationMatrix = new float[16]; in sendResponse() local
1172 SensorManager.getRotationMatrixFromVector(mRotationMatrix, event.values); in sendResponse()
1173 SensorManager.getOrientation(mRotationMatrix, orientationVals); in sendResponse()