Lines Matching refs:camera
17 package com.android.camera;
23 import android.hardware.Camera.Area;
24 import android.hardware.Camera.Parameters;
31 import com.android.camera.util.CameraUtil;
32 import com.android.camera.util.UsageStatistics;
41 * (1) The camera has continuous autofocus. Move the camera. Take a picture when
43 * (2) The camera has continuous autofocus. Move the camera. Take a picture when
45 * (3) The camera has face detection. Point the camera at some faces. Hold the
47 * (4) The camera has face detection. Point the camera at some faces. Single tap
49 * (5) The camera has autofocus. Single tap the shutter to take a picture.
50 * (6) The camera has autofocus. Hold the shutter. Release to take a picture.
51 * (7) The camera has no autofocus. Single tap the shutter and take a picture.
52 * (8) The camera has autofocus and supports focus area. Touch the screen to
54 * (9) The camera has autofocus and supports focus area. Touch the screen to
56 * (10) The camera has no autofocus and supports metering area. Touch the screen
68 // Focus is in progress and the camera should take a picture after focus finishes.
80 private boolean mMirror; // true if the camera is front-facing.
148 // before camera is open. We will just return in this case, because
150 // camera is open.
241 // Unlock AE and AWB after cancelAutoFocus. Camera API does not
309 // Ignore if the camera has detected some faces.