Home | History | Annotate | Download | only in camera

Lines Matching full:preview

158     // An review image having same size as preview. It is displayed when
229 boolean mPreviewing = false; // True if preview is started.
293 // Restart the preview if display rotation has changed.
382 * To reduce startup time, we start the preview in another thread.
383 * We make sure the preview is started at the end of onCreate.
428 SurfaceView preview = (SurfaceView) findViewById(R.id.camera_preview);
429 SurfaceHolder holder = preview.getHolder();
441 // a little more time for the effects preview to be ready. We do not
444 // the preview is running. This becomes critical when the camera is
463 // Make sure preview is started.
796 } else { // Driver supports separates outputs for preview and video.
801 // Remove the preview sizes that are not preferred.
853 // Initializing it here after the preview is started.
1098 // Set preview display if the surface is being created. Preview was
1099 // already started. Also restart the preview if display rotation has
1287 // and none of these change even when the preview is not refreshed.
1936 // There we determine the preview size based on the picture size, but
1937 // here we determine the picture size based on the preview size.
1954 // Keep preview size up to date.
1999 // and restart regular preview.
2018 // Enable the shutter button once the preview is complete.
2101 // ignore the events after "onPause()" or preview has not started yet
2138 // We need to restart the preview if preview size is changed.
2170 // Stop effects and return to normal preview
2185 // Stop regular preview and start effects.
2195 // Verifies that the current preview view size is correct before starting
2196 // preview. If not, resets the surface holder and resizes the view.
2205 // Start up preview again
2365 // Preview area is touched. Take a picture.
2416 // Create a thumbnail whose width is equal or bigger than that of the preview.