Searched refs:OBLIQUITY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DTwilightCalculator.java44 private static final float OBLIQUITY = 0.40927971f; field in class:TwilightCalculator
91 double solarDec = Math.asin(FloatMath.sin(solarLng) * FloatMath.sin(OBLIQUITY));

Completed in 30 milliseconds