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

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java160 public void onChanged(ToggleSlider view, boolean tracking, boolean automatic, int value) { argument
161 setMode(automatic ? Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC
163 updateIcon(automatic);
164 if (!automatic) {
196 private void updateIcon(boolean automatic) { argument
198 mIcon.setImageResource(automatic ?
207 int automatic;
209 automatic = Settings.System.getIntForUser(mContext.getContentResolver(),
213 automatic = 0;
215 mControl.setChecked(automatic !
[all...]
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h2510 XAboolean automatic
2514 XAboolean * automatic
2518 XAboolean automatic
2522 XAboolean * automatic

Completed in 161 milliseconds