Home | History | Annotate | Download | only in globaltime

Lines Matching full:day

74     /** Seconds in a day */
105 * to those of the round earth, allowing the day/night lighting to be
1014 int day = mSunCal.get(Calendar.DAY_OF_YEAR);
1017 day += (float) seconds / SECONDS_PER_DAY;
1023 Math.cos(Shape.TWO_PI * (day + 10) / 365.0));