Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorManagerStaticTest.java257 final float magStrength = 50.f; in testGetRotationMatrix() local
280 gm[4] = magStrength * (float) Math.cos(-incline); // positive means rotate downwards in testGetRotationMatrix()
281 gm[7] = magStrength * (float) Math.sin(-incline); in testGetRotationMatrix()