Searched defs:startPreview (Results 1 - 5 of 5) sorted by relevance

/packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
H A DWalkAroundWallpaper.java64 mCamera.startPreview();
126 startPreview();
152 if (isVisible()) startPreview();
161 private void startPreview() { method in class:WalkAroundWallpaper.WalkAroundEngine
212 mCamera.startPreview();
/packages/apps/Camera/src/com/android/camera/
H A DEffectsRecorder.java267 startPreview();
509 public synchronized void startPreview() { method in class:EffectsRecorder
516 Log.w(TAG, "startPreview called when already running preview");
606 mCameraDevice.startPreview();
659 startPreview();
H A DCamera.java776 startPreview();
1112 startPreview();
1356 startPreview();
1545 startPreview();
1768 startPreview();
1831 private void startPreview() { method in class:Camera
1863 Log.v(TAG, "startPreview");
1864 mCameraDevice.startPreview();
1867 throw new RuntimeException("startPreview failed", ex);
H A DVideoCamera.java300 startPreview();
390 startPreview();
843 startPreview();
910 private void startPreview() { method in class:VideoCamera
911 Log.v(TAG, "startPreview");
930 mCameraDevice.startPreview();
933 throw new RuntimeException("startPreview failed", ex);
938 mEffectsRecorder.startPreview();
1108 startPreview();
1980 // seen by startPreview fro
[all...]
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DVideoEditorProject.java1086 public void startPreview(SurfaceHolder surfaceHolder, long fromMs, long toMs, boolean loop, method in class:VideoEditorProject
1089 mVideoEditor.startPreview(surfaceHolder, fromMs, toMs, loop, callbackAfterFrameCount,

Completed in 234 milliseconds