Lines Matching refs:camera
17 package com.android.camera;
23 import android.hardware.Camera.Area;
24 import android.hardware.Camera.Parameters;
30 import com.android.camera.ui.FaceView;
31 import com.android.camera.ui.FocusIndicator;
32 import com.android.camera.ui.PieRenderer;
42 * (1) The camera has continuous autofocus. Move the camera. Take a picture when
44 * (2) The camera has continuous autofocus. Move the camera. Take a picture when
46 * (3) The camera has face detection. Point the camera at some faces. Hold the
48 * (4) The camera has face detection. Point the camera at some faces. Single tap
50 * (5) The camera has autofocus. Single tap the shutter to take a picture.
51 * (6) The camera has autofocus. Hold the shutter. Release to take a picture.
52 * (7) The camera has no autofocus. Single tap the shutter and take a picture.
53 * (8) The camera has autofocus and supports focus area. Touch the screen to
55 * (9) The camera has autofocus and supports focus area. Touch the screen to
57 * (10) The camera has no autofocus and supports metering area. Touch the screen
69 // Focus is in progress and the camera should take a picture after focus finishes.
85 private boolean mMirror; // true if the camera is front-facing.
143 // before camera is open. We will just return in this case, because
145 // camera is open.
229 // Unlock AE and AWB after cancelAutoFocus. Camera API does not
295 // Ignore if the camera has detected some faces.