Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/
DSensorManager.java1181 float[] gravity, float[] geomagnetic) { in getRotationMatrix() argument
1195 final float Ex = geomagnetic[0]; in getRotationMatrix()
1196 final float Ey = geomagnetic[1]; in getRotationMatrix()
1197 final float Ez = geomagnetic[2]; in getRotationMatrix()