Home | History | Annotate | Download | only in camera

Lines Matching refs:Settings

53 import android.provider.Settings;
116 // The brightness settings used when it is set to automatic in the system.
1028 CameraSettings settings = new CameraSettings(this, mInitialParams);
1030 settings.getPreferenceGroup(R.xml.camera_preferences));
1282 // Overright the brightness settings if it is automatic
1283 int mode = Settings.System.getInt(
1285 Settings.System.SCREEN_BRIGHTNESS_MODE,
1286 Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL);
1287 if (mode == Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC) {
1800 // Setting scene mode will change the settings of flash mode,
1802 // parameters, so we can know those settings.
1818 // For the following settings, we need to check if the settings are
1819 // still supported by latest driver, if not, ignore the settings.