Searched defs:TwilightState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightState.java26 public class TwilightState { class
30 TwilightState(boolean isNight, float amount) { method in class:TwilightState
52 return o instanceof TwilightState && equals((TwilightState)o);
55 public boolean equals(TwilightState other) {
69 return "{TwilightState: isNight=" + mIsNight
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DTwilightManager.java40 private static final TwilightState sTwilightState = new TwilightState();
56 final TwilightState state = sTwilightState;
119 private boolean isStateValid(TwilightState state) {
124 final TwilightState state = sTwilightState;
173 private static class TwilightState { class in class:TwilightManager

Completed in 125 milliseconds