Searched refs:mAutomatic (Results 1 – 1 of 1) sorted by relevance
62 private boolean mAutomatic; field in BrightnessController97 } else if (BRIGHTNESS_URI.equals(uri) && !mAutomatic) { in onChange()99 } else if (BRIGHTNESS_ADJ_URI.equals(uri) && mAutomatic) { in onChange()202 updateIcon(mAutomatic); in onChanged()205 if (!mAutomatic) { in onChanged()278 mAutomatic = automatic != Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL; in updateMode()279 updateIcon(mAutomatic); in updateMode()288 if (mAutomatic) { in updateSlider()