Searched defs:geomagnetic (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1218 * [0 m 0] = <b>I</b> * <b>R</b> * <b>geomagnetic</b> (m = magnitude of
1219 * geomagnetic field)
1227 * <b>I</b> is a rotation matrix transforming the geomagnetic vector into
1305 * @param geomagnetic
1306 * is an array of 3 floats containing the geomagnetic vector
1324 float[] gravity, float[] geomagnetic) {
1329 final float Ex = geomagnetic[0];
1330 final float Ey = geomagnetic[1];
1331 final float Ez = geomagnetic[2];
1365 // compute the inclination matrix by projecting the geomagnetic
1323 getRotationMatrix(float[] R, float[] I, float[] gravity, float[] geomagnetic) argument
[all...]

Completed in 34 milliseconds