Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DEyePosition.java46 private static final float USER_ANGEL_COS = (float) Math.cos(USER_ANGEL); field in EyePosition
133 mX = Utils.clamp((x * USER_ANGEL_COS / glength in onAccelerometerChanged()
136 mY = -Utils.clamp((y * USER_ANGEL_COS / glength in onAccelerometerChanged()