Searched defs:sunset (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DTwilightCalculator.java62 * Time of sunset (civil twilight) in milliseconds or -1 in the case the day
65 public long sunset; field in class:TwilightCalculator
115 sunset = -1;
120 sunset = -1;
127 sunset = Math.round((solarTransitJ2000 + hourAngle) * DateUtils.DAY_IN_MILLIS) + UTC_2000;
130 if (sunrise < time && sunset > time) {

Completed in 46 milliseconds