Home
last modified time | relevance | path

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

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