Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java120 SensorManager.getAngleChange(rotv2, mat9to16(R2), R1); in testGetAngleChange()
123 SensorManager.getAngleChange(rotv2, R2, mat9to16(R1)); in testGetAngleChange()
126 SensorManager.getAngleChange(rotv2, mat9to16(R2), mat9to16(R1)); in testGetAngleChange()
161 SensorManager.getInclination(mat9to16(R)) : SensorManager.getInclination(R); in testGetInclination()
185 rotv3 = SensorManager.getOrientation( ((i&1) != 0) ? R : mat9to16(R), rotv2); in testGetOrientation()
506 assertTrue(SensorManager.remapCoordinateSystem(mat9to16(R), b1, b2, Rout2)); in testRemapCoordinateSystem()
621 private static float [] mat9to16(float [] m) { in mat9to16() method in SensorManagerStaticTest