HomeSort by relevance Sort by last modified time
    Searched defs:sunset (Results 1 - 9 of 9) sorted by null

  /frameworks/base/services/core/java/com/android/server/twilight/
TwilightState.java 27 * The twilight state, consisting of the sunrise and sunset times (in millis) for the current
59 * Returns the time (in UTC milliseconds from epoch) of the upcoming or previous sunset if
69 public LocalDateTime sunset() { method in class:TwilightState
102 + " sunset="+ DateFormat.format("MM-dd HH:mm", mSunsetTimeMillis)
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
TwilightCalculator.java 64 * Time of sunset (civil twilight) in milliseconds or -1 in the case the day
67 public long sunset; field in class:TwilightCalculator
118 sunset = -1;
123 sunset = -1;
130 sunset = Math.round((solarTransitJ2000 + hourAngle) * DateUtils.DAY_IN_MILLIS) + UTC_2000;
133 if (sunrise < time && sunset > time) {
  /external/icu/icu4c/source/test/intltest/
astrotst.cpp 189 logln((UnicodeString)" sunset: " + (anAstro->getSunRiseSet(FALSE)));
215 // logln("Sunrise/Sunset times for San Jose, California, USA");
257 logln("Sunrise/Sunset times for Toronto, Canada");
296 UDate sunset = astro3->getSunRiseSet(FALSE); local
311 int32_t deltaset = (int32_t)uprv_fabs((sunset - expset) / 1000);
333 ", Sunset: " + df_dt->format(sunset,s2) +
338 ", Sunset: " + df_dt->format(sunset,s2) +
345 ", Sunset: " + df_dt->format(sunset,s4)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
AstroTest.java 178 logln(" sunset: " + new Date(astro.getSunRiseSet(false)));
195 // logln("Sunrise/Sunset times for San Jose, California, USA");
237 logln("Sunrise/Sunset times for Toronto, Canada");
266 Date sunset = new Date(astro.getSunRiseSet(false)); local
280 int deltaset = Math.abs((int)(sunset.getTime() - expset.getTime()) / 1000);
300 ", Sunset: " + df2.format(sunset) +
305 ", Sunset: " + df.format(sunset) +
312 ", Sunset: " + df.format(sunset)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
AstroTest.java 175 logln(" sunset: " + new Date(astro.getSunRiseSet(false)));
192 // logln("Sunrise/Sunset times for San Jose, California, USA");
234 logln("Sunrise/Sunset times for Toronto, Canada");
263 Date sunset = new Date(astro.getSunRiseSet(false)); local
277 int deltaset = Math.abs((int)(sunset.getTime() - expset.getTime()) / 1000);
297 ", Sunset: " + df2.format(sunset) +
302 ", Sunset: " + df.format(sunset) +
309 ", Sunset: " + df.format(sunset)
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
ColorDisplayService.java 563 final LocalDateTime sunset = state.sunset(); local
566 ^ lastActivatedTime.isBefore(sunset))) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/display/
ColorDisplayServiceTest.java 1112 final LocalTime sunset = getLocalTimeRelativeToNow(sunsetOffset); local
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 836 milliseconds