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

/packages/apps/Camera2/src/com/android/camera/
H A DPhotoModule.java160 private boolean mFaceDetectionStarted = false; field in class:PhotoModule
738 if (mFaceDetectionStarted || mCameraDevice == null) {
742 mFaceDetectionStarted = true;
752 if (!mFaceDetectionStarted || mCameraDevice == null) {
756 mFaceDetectionStarted = false;
1157 mFaceDetectionStarted = false;
1717 mFaceDetectionStarted = false;
1840 mFaceDetectionStarted = false;
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java149 private boolean mFaceDetectionStarted = false; field in class:Camera
525 if (mFaceDetectionStarted || mCameraState != IDLE) return;
527 mFaceDetectionStarted = true;
542 if (!mFaceDetectionStarted) return;
544 mFaceDetectionStarted = false;
1057 mFaceDetectionStarted = false;
1816 mFaceDetectionStarted = false;
1897 mFaceDetectionStarted = false;

Completed in 96 milliseconds