Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/
DSensorManager.java994 final float Ey = geomagnetic[1]; in getRotationMatrix() local
996 float Hx = Ey*Az - Ez*Ay; in getRotationMatrix()
998 float Hz = Ex*Ay - Ey*Ax; in getRotationMatrix()
1033 final float invE = 1.0f / (float)Math.sqrt(Ex*Ex + Ey*Ey + Ez*Ez); in getRotationMatrix()
1034 final float c = (Ex*Mx + Ey*My + Ez*Mz) * invE; in getRotationMatrix()
1035 final float s = (Ex*Ax + Ey*Ay + Ez*Az) * invE; in getRotationMatrix()