Searched refs:RADIANS_TO_DEGREES (Results 1 – 1 of 1) sorted by relevance
332 private static final float RADIANS_TO_DEGREES = (float) (180 / Math.PI); field in WindowOrientationListener.AccelSensorJudge644 Math.asin(z / magnitude) * RADIANS_TO_DEGREES); in onSensorChanged()681 -Math.atan2(-x, y) * RADIANS_TO_DEGREES); in onSensorChanged()