Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/
DSensorManager.java1201 final float normH = (float) Math.sqrt(Hx * Hx + Hy * Hy + Hz * Hz); in getRotationMatrix() local
1203 if (normH < 0.1f) { in getRotationMatrix()
1208 final float invH = 1.0f / normH; in getRotationMatrix()