Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/
DSensorManager.java1208 final float invH = 1.0f / normH; in getRotationMatrix() local
1209 Hx *= invH; in getRotationMatrix()
1210 Hy *= invH; in getRotationMatrix()
1211 Hz *= invH; in getRotationMatrix()