Searched refs:mat9Axis (Results 1 – 1 of 1) sorted by relevance
284 gI = mat9Axis(gmb, SensorManager.AXIS_X); in testGetRotationMatrix()285 mI = mat9Axis(gmb, SensorManager.AXIS_Y); in testGetRotationMatrix()516 v1 = mat9Axis(R, SensorManager.AXIS_X); in testRemapCoordinateSystem()517 v2 = mat9Axis(Rout, b1); in testRemapCoordinateSystem()522 v1 = mat9Axis(R, SensorManager.AXIS_Y); in testRemapCoordinateSystem()523 v2 = mat9Axis(Rout, b2); in testRemapCoordinateSystem()528 v1 = mat9Axis(R, SensorManager.AXIS_Z); in testRemapCoordinateSystem()529 v2 = mat9Axis(Rout, b3); in testRemapCoordinateSystem()714 private static float [] mat9Axis(float m[], int axis) { in mat9Axis() method in SensorManagerStaticTest