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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DTwilightCalculator.java24 * <p>Calculates the sunrise and sunsets times for a given location.</p>
68 * Time of sunrise (civil twilight) in milliseconds or -1 in the case the
71 public long sunrise; field in class:TwilightCalculator
116 sunrise = -1;
121 sunrise = -1;
128 sunrise = Math.round((solarTransitJ2000 - hourAngle) * DateUtils.DAY_IN_MILLIS) + UTC_2000;
130 if (sunrise < time && sunset > time) {

Completed in 85 milliseconds