HomeSort by relevance Sort by last modified time
    Searched refs:NO_CAMERA_SELECTED (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
CameraManager.java 86 private static final int NO_CAMERA_SELECTED = -1;
101 /** The index of the selected camera or NO_CAMERA_SELECTED if a camera hasn't been selected yet */
128 * The camera index that is queued to be opened, but not completed yet, or NO_CAMERA_SELECTED if
131 private int pendingOpenCameraIndex = NO_CAMERA_SELECTED;
150 cameraIndex = NO_CAMERA_SELECTED;
251 cameraIndex = NO_CAMERA_SELECTED;
313 if (cameraIndex == NO_CAMERA_SELECTED) {
326 if (this.cameraIndex == NO_CAMERA_SELECTED) {
342 pendingOpenCameraIndex = NO_CAMERA_SELECTED;
396 pendingOpenCameraIndex = NO_CAMERA_SELECTED;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
CameraManager.java 120 private static final int NO_CAMERA_SELECTED = -1;
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 832 milliseconds