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

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
TwilightManager.java 37 private static final int SUNRISE = 6; // 6am
72 + " sunrise/sunset values.");
74 // If we don't have a location, we'll use our hardcoded sunrise/sunset values.
78 return hour < SUNRISE || hour >= SUNSET;
140 final long todaySunrise = calculator.sunrise;
146 final long tomorrowSunrise = calculator.sunrise;
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 52 milliseconds