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

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
TwilightManager.java 154 final long todaySunrise = calculator.sunrise;
164 if (todaySunrise == -1 || todaySunset == -1) {
170 } else if (now > todaySunrise) {
173 nextUpdate += todaySunrise;
182 state.todaySunrise = todaySunrise;
194 long todaySunrise;
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 34 milliseconds