Searched refs:SNAPSHOT_IN_PROGRESS (Results 1 – 3 of 3) sorted by relevance
221 private static final int SNAPSHOT_IN_PROGRESS = 3; field in Camera1028 case SNAPSHOT_IN_PROGRESS: in setCameraState()1042 if (mCameraState == SNAPSHOT_IN_PROGRESS || mCameraDevice == null) { in capture()1058 setCameraState(SNAPSHOT_IN_PROGRESS); in capture()1466 if (mPausing || collapseCameraControls() || mCameraState == SNAPSHOT_IN_PROGRESS) return; in onShutterButtonFocus()1495 if (mFocusManager.isFocusingSnapOnFinish() || mCameraState == SNAPSHOT_IN_PROGRESS) { in onShutterButtonClick()1687 || mCameraState == SNAPSHOT_IN_PROGRESS) { in onTouch()
31 public static final int SNAPSHOT_IN_PROGRESS = 3; field
1093 case SNAPSHOT_IN_PROGRESS: in setCameraState()1117 if (mCameraDevice == null || mCameraState == SNAPSHOT_IN_PROGRESS in capture()1121 setCameraState(SNAPSHOT_IN_PROGRESS); in capture()1408 if ((mFocusManager.isFocusingSnapOnFinish() || mCameraState == SNAPSHOT_IN_PROGRESS)) { in focusAndCapture()1635 || mCameraState == SNAPSHOT_IN_PROGRESS in onSingleTapUp()