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

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java200 public void onChanged(ToggleSlider view, boolean tracking, boolean automatic, int value, argument
262 private void updateIcon(boolean automatic) { argument
264 mIcon.setImageResource(automatic && SHOW_AUTOMATIC_ICON ?
273 int automatic;
274 automatic = Settings.System.getIntForUser(mContext.getContentResolver(),
278 mAutomatic = automatic != Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL;
282 updateIcon(false /*automatic*/);

Completed in 100 milliseconds