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

  /frameworks/base/services/core/java/com/android/server/
TwilightCalculator.java 46 private static final long UTC_2000 = 946728000000L;
71 final float daysSince2000 = (float) (time - UTC_2000) / DateUtils.DAY_IN_MILLIS;
112 mSunset = Math.round((solarTransitJ2000 + hourAngle) * DateUtils.DAY_IN_MILLIS) + UTC_2000;
113 mSunrise = Math.round((solarTransitJ2000 - hourAngle) * DateUtils.DAY_IN_MILLIS) + UTC_2000;
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
TwilightCalculator.java 59 private static final long UTC_2000 = 946728000000L;
86 final float daysSince2000 = (float) (time - UTC_2000) / DateUtils.DAY_IN_MILLIS;
127 sunset = Math.round((solarTransitJ2000 + hourAngle) * DateUtils.DAY_IN_MILLIS) + UTC_2000;
128 sunrise = Math.round((solarTransitJ2000 - hourAngle) * DateUtils.DAY_IN_MILLIS) + UTC_2000;
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 64 milliseconds