Lines Matching refs:camera
17 package com.android.camera;
25 import android.hardware.Camera.CameraInfo;
26 import android.hardware.Camera.Parameters;
27 import android.hardware.Camera.Size;
31 import com.android.camera.util.ApiHelper;
32 import com.android.camera.util.CameraUtil;
33 import com.android.camera.util.GcamHelper;
41 * Provides utilities and keys for Camera settings.
68 public static final String KEY_STARTUP_MODULE_INDEX = "camera.startup_module";
100 // When launching the camera app first time, we will set the video quality
112 // When launching the camera app first time, we will set the picture
474 // Switch back to the preferences of the current camera. Otherwise,
475 // we may write the preference to wrong camera later.
481 // Write back the current camera id because parameters are related to
482 // the camera. Otherwise, we may switch to the front camera but the
483 // initial picture size is that of the back camera.