OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TwilightState
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/
TwilightService.java
70
private
TwilightState
mTwilightState;
101
public
TwilightState
getCurrentState() {
123
private void setTwilightState(
TwilightState
state) {
169
public static final class
TwilightState
{
176
TwilightState
(boolean isNight,
228
return o instanceof
TwilightState
&& equals((
TwilightState
)o);
231
public boolean equals(
TwilightState
other) {
248
return "{
TwilightState
: isNight=" + mIsNight
491
TwilightState
state = new TwilightState(isNight, yesterdaySunset
[
all
...]
UiModeManagerService.java
50
import com.android.server.TwilightService.
TwilightState
;
576
TwilightState
state = mTwilightService.getCurrentState();
/frameworks/base/services/java/com/android/server/power/
DisplayPowerController.java
21
import com.android.server.TwilightService.
TwilightState
;
[
all
...]
Completed in 28 milliseconds