Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java332 private static final float RADIANS_TO_DEGREES = (float) (180 / Math.PI); field in WindowOrientationListener.AccelSensorJudge
644 Math.asin(z / magnitude) * RADIANS_TO_DEGREES); in onSensorChanged()
681 -Math.atan2(-x, y) * RADIANS_TO_DEGREES); in onSensorChanged()