Searched refs:mI (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | SensorManagerStaticTest.java | 263 float [] mI = null; in testGetRotationMatrix() local 285 mI = mat9Axis(gmb, SensorManager.AXIS_Y); in testGetRotationMatrix() 288 SensorManager.getRotationMatrix(Rr, Ir, gI, mI)); in testGetRotationMatrix() 318 SensorManager.getRotationMatrix(Rr2, Ir2, gI, mI)); in testGetRotationMatrix() 330 SensorManager.getRotationMatrix(Rr, null, gI, mI)); in testGetRotationMatrix() 333 SensorManager.getRotationMatrix(null, Ir, gI, mI)); in testGetRotationMatrix() 336 SensorManager.getRotationMatrix(null, null, gI, mI)); in testGetRotationMatrix() 342 SensorManager.getRotationMatrix(Rr, Ir, gI, mI)); in testGetRotationMatrix()
|