Searched refs:mRotationMatrix (Results 1 – 2 of 2) sorted by relevance
47 private final float[] mRotationMatrix = new float[16]; field in GLArrowSensorTestRenderer96 gl.glMultMatrixf(mRotationMatrix, 0); in onDrawFrame()190 SensorManager.AXIS_MINUS_X, SensorManager.AXIS_Y, mRotationMatrix); in onSensorChanged()
1170 float[] mRotationMatrix = new float[16]; in sendResponse() local1172 SensorManager.getRotationMatrixFromVector(mRotationMatrix, event.values); in sendResponse()1173 SensorManager.getOrientation(mRotationMatrix, orientationVals); in sendResponse()