Searched refs:rotv2 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | SensorManagerStaticTest.java | 100 float [] rotv2 = new float[3]; in testGetAngleChange() local 117 SensorManager.getAngleChange(rotv2, R2, R1); in testGetAngleChange() 120 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() 131 assertRotationAnglesValid("getAngleChange result out of range.", rotv2); in testGetAngleChange() 134 float [] R12rt = mat9T(mat9VRot(rotv2)); in testGetAngleChange() 140 rotv2[0], rotv2[1], rotv2[2]), in testGetAngleChange() 150 float [] rotv2 = new float[3]; in testGetInclination() local 175 float [] rotv2 = new float[3]; in testGetOrientation() local [all …]
|