OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSunrise
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/
TwilightCalculator.java
59
public long
mSunrise
;
102
mSunrise
= -1;
107
mSunrise
= -1;
114
mSunrise
= Math.round((solarTransitJ2000 - hourAngle) * DateUtils.DAY_IN_MILLIS) + UTC_2000;
116
if (
mSunrise
< time && mSunset > time) {
TwilightService.java
482
final long todaySunrise = mTwilightCalculator.
mSunrise
;
488
final long tomorrowSunrise = mTwilightCalculator.
mSunrise
;
Completed in 30 milliseconds