Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/
DSensorManager.java1006 final float invH = 1.0f / normH; in getRotationMatrix() local
1007 Hx *= invH; in getRotationMatrix()
1008 Hy *= invH; in getRotationMatrix()
1009 Hz *= invH; in getRotationMatrix()