Searched refs:NO_CAMERA_SELECTED (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
H A DCameraManager.java85 private static final int NO_CAMERA_SELECTED = -1; field in class:CameraManager
100 /** The index of the selected camera or NO_CAMERA_SELECTED if a camera hasn't been selected yet */
127 * The camera index that is queued to be opened, but not completed yet, or NO_CAMERA_SELECTED if
130 private int mPendingOpenCameraIndex = NO_CAMERA_SELECTED;
149 mCameraIndex = NO_CAMERA_SELECTED;
250 mCameraIndex = NO_CAMERA_SELECTED;
312 if (mCameraIndex == NO_CAMERA_SELECTED) {
325 if (mCameraIndex == NO_CAMERA_SELECTED) {
341 mPendingOpenCameraIndex = NO_CAMERA_SELECTED;
393 mPendingOpenCameraIndex = NO_CAMERA_SELECTED;
[all...]
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DCameraManager.java120 private static final int NO_CAMERA_SELECTED = -1; field in class:CameraManager
151 * The index of the selected camera or NO_CAMERA_SELECTED if a camera hasn't been selected yet
189 * The camera index that is queued to be opened, but not completed yet, or NO_CAMERA_SELECTED if
192 private int mPendingOpenCameraIndex = NO_CAMERA_SELECTED;
214 mCameraIndex = NO_CAMERA_SELECTED;
317 mCameraIndex = NO_CAMERA_SELECTED;
375 if (mCameraIndex == NO_CAMERA_SELECTED) {
395 if (mCameraIndex == NO_CAMERA_SELECTED) {
411 mPendingOpenCameraIndex = NO_CAMERA_SELECTED;
465 mPendingOpenCameraIndex = NO_CAMERA_SELECTED;
[all...]

Completed in 122 milliseconds