Searched defs:stopPreview (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DCameraManager.java132 mCamera.stopPreview();
277 public void stopPreview() { method in class:CameraManager.CameraProxy
H A DEffectsRecorder.java467 mCameraDevice.stopPreview();
591 mCameraDevice.stopPreview();
729 // With the recording stopped, the stopPreview call will not try to
747 mCameraDevice.stopPreview();
756 public synchronized void stopPreview() { method in class:EffectsRecorder
763 throw new RuntimeException("stopPreview called on released EffectsRecorder!");
915 stopPreview();
H A DCamera.java1613 stopPreview();
1911 if (mCameraState != PREVIEW_STOPPED) stopPreview();
1949 private void stopPreview() { method in class:Camera
1951 Log.v(TAG, "stopPreview");
1953 mCameraDevice.stopPreview();
H A DVideoCamera.java851 stopPreview();
879 private void stopPreview() { method in class:VideoCamera
880 mCameraDevice.stopPreview();
2148 stopPreview();
2230 mEffectsRecorder.stopPreview();
2246 stopPreview();
/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java472 mCameraDevice.stopPreview();
584 mCameraDevice.stopPreview();
598 mCameraDevice.stopPreview();
721 public synchronized void stopPreview() { method in class:EffectsRecorder
729 throw new RuntimeException("stopPreview called on released EffectsRecorder!");
740 mCameraDevice.stopPreview();
852 stopPreview();
H A DCamera.java1578 stopPreview();
1796 stopPreview();
1840 if (mCameraState != PREVIEW_STOPPED) stopPreview();
1879 private void stopPreview() { method in class:Camera
1881 Log.v(TAG, "stopPreview");
1883 mCameraDevice.stopPreview();
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DVideoEditorProject.java1101 public long stopPreview() { method in class:VideoEditorProject
1103 return mVideoEditor.stopPreview();

Completed in 159 milliseconds