Home | History | Annotate | Download | only in camera

Lines Matching full:preview

86 /** The Camera activity which can preview and take pictures. */
153 private View mPreviewFrame; // Preview frame area.
218 private static final int IDLE = 1; // preview is active
352 // make preview screen appear as soon as possible.
560 // Let popup window, indicator control or preview frame handle the
1008 // that of the preview.
1125 * To reduce startup time, we start the camera open and preview threads.
1126 * We make sure the preview is started at the end of onCreate.
1150 // we need to reset exposure for the preview
1158 SurfaceView preview = (SurfaceView) findViewById(R.id.camera_preview);
1159 SurfaceHolder holder = preview.getHolder();
1204 // Do this after starting preview because it depends on camera
1209 // Make sure preview is started.
1479 // one and re-start the preview. Snapshot in progress also includes the
1539 // Start the preview if it is not started.
1665 // Preview area is touched. Handle touch focus.
1762 // Set preview display if the surface is being created. Preview was
1763 // already started. Also restart the preview if display rotation has
1775 // Set preview display if the surface is being created and preview
1776 // was already started. That means preview display was set to null
1784 // user see preview first.
1838 // If we're previewing already, stop the preview first (this will blank
1895 // Reset preview frame rate to the maximum because it may be lowered by
1949 // Set the preview frame aspect ratio according to the picture size.
1956 // Set a preview size that is closest to the viewfinder height and has
1965 // Zoom related settings will be changed for different preview
1970 Log.v(TAG, "Preview size is " + optimalSize.width + "x" + optimalSize.height);