Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/
DSensorManager.java1014 final float Mx = Ay*Hz - Az*Hy; in getRotationMatrix() local
1020 R[3] = Mx; R[4] = My; R[5] = Mz; in getRotationMatrix()
1024 R[4] = Mx; R[5] = My; R[6] = Mz; R[7] = 0; in getRotationMatrix()
1034 final float c = (Ex*Mx + Ey*My + Ez*Mz) * invE; in getRotationMatrix()