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

/frameworks/base/services/core/java/com/android/server/
H A DTwilightCalculator.java43 private static final float OBLIQUITY = 0.40927971f; field in class:TwilightCalculator
90 double solarDec = Math.asin(Math.sin(solarLng) * Math.sin(OBLIQUITY));
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DTwilightCalculator.java56 private static final float OBLIQUITY = 0.40927971f; field in class:TwilightCalculator
105 double solarDec = Math.asin(Math.sin(solarLng) * Math.sin(OBLIQUITY));

Completed in 27 milliseconds