Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java107 R1 = mat9VRot(rotv); // random base in testGetAngleChange()
111 R12 = mat9VRot(rotv); in testGetAngleChange()
134 float [] R12rt = mat9T(mat9VRot(rotv2)); in testGetAngleChange()
183 R = mat9VRot(rotv); in testGetOrientation()
192 float [] Rr = mat9T(mat9VRot(rotv2)); in testGetOrientation()
275 Rt = mat9T(mat9VRot(rotv)); // from world frame to phone frame in testGetRotationMatrix()
482 R = mat9VRot(rotv); in testRemapCoordinateSystem()
702 private static float [] mat9VRot(float [] angles) { in mat9VRot() method in SensorManagerStaticTest