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

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
TwilightCalculator.java 62 * 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) {
  /external/icu/icu4c/source/test/intltest/
astrotst.cpp 186 logln((UnicodeString)" sunset: " + (anAstro->getSunRiseSet(FALSE)));
212 // logln("Sunrise/Sunset times for San Jose, California, USA");
254 logln("Sunrise/Sunset times for Toronto, Canada");
293 UDate sunset = astro3->getSunRiseSet(FALSE); local
308 int32_t deltaset = (int32_t)uprv_fabs((sunset - expset) / 1000);
330 ", Sunset: " + df_dt->format(sunset,s2) +
335 ", Sunset: " + df_dt->format(sunset,s2) +
342 ", Sunset: " + df_dt->format(sunset,s4)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
AstroTest.java 168 logln(" sunset: " + new Date(astro.getSunRiseSet(false)));
184 // logln("Sunrise/Sunset times for San Jose, California, USA");
226 logln("Sunrise/Sunset times for Toronto, Canada");
255 Date sunset = new Date(astro.getSunRiseSet(false)); local
269 int deltaset = Math.abs((int)(sunset.getTime() - expset.getTime()) / 1000);
289 ", Sunset: " + df2.format(sunset) +
294 ", Sunset: " + df.format(sunset) +
301 ", Sunset: " + df.format(sunset)
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 75 milliseconds