Home
last modified time | relevance | path

Searched refs:mAutoBrightnessDisabledDueToDisplayOff (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/brightness/strategy/
DAutomaticBrightnessStrategy2.java84 private boolean mAutoBrightnessDisabledDueToDisplayOff; field in AutomaticBrightnessStrategy2
116 mAutoBrightnessDisabledDueToDisplayOff = shouldUseAutoBrightness() in setAutoBrightnessState()
121 : mAutoBrightnessDisabledDueToDisplayOff in setAutoBrightnessState()
134 return mAutoBrightnessDisabledDueToDisplayOff; in isAutoBrightnessDisabledDueToDisplayOff()
DAutomaticBrightnessStrategy.java86 private boolean mAutoBrightnessDisabledDueToDisplayOff; field in AutomaticBrightnessStrategy
142 mAutoBrightnessDisabledDueToDisplayOff = shouldUseAutoBrightness() in setAutoBrightnessState()
147 : mAutoBrightnessDisabledDueToDisplayOff in setAutoBrightnessState()
188 return mAutoBrightnessDisabledDueToDisplayOff; in isAutoBrightnessDisabledDueToDisplayOff()