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

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/resources/
NightMode.java 20 * Night enum.
24 NOTNIGHT("notnight", "Not Night", "Day time"),
25 NIGHT("night", "Night", "Night time");
  /frameworks/base/services/java/com/android/server/
TwilightCalculator.java 28 /** Value of {@link #mState} if it is currently night */
29 public static final int NIGHT = 1;
51 * or night never ends.
57 * day or night never ends.
97 // The day or night never ends for the given date and location, if this value is out of
100 mState = NIGHT;
119 mState = NIGHT;
  /prebuilt/common/tools-common/
tools-common-prebuilt.jar 

Completed in 67 milliseconds