Home | History | Annotate | Download | only in camera

Lines Matching refs:Settings

53 import android.provider.Settings;
100 // The brightness settings used when it is set to automatic in the system.
257 // Overright the brightness settings if it is automatic
258 int mode = Settings.System.getInt(
260 Settings.System.SCREEN_BRIGHTNESS_MODE,
261 Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL);
262 if (mode == Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC) {
382 CameraSettings settings = new CameraSettings(this, mParameters);
385 settings.getPreferenceGroup(R.xml.video_preferences);