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

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java62 private boolean mAutomatic; field in class:BrightnessController
97 } else if (BRIGHTNESS_URI.equals(uri) && !mAutomatic) {
99 } else if (BRIGHTNESS_ADJ_URI.equals(uri) && mAutomatic) {
202 updateIcon(mAutomatic);
205 if (!mAutomatic) {
278 mAutomatic = automatic != Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL;
279 updateIcon(mAutomatic);
288 if (mAutomatic) {

Completed in 63 milliseconds