HomeSort by relevance Sort by last modified time
    Searched defs:Preview (Results 1 - 4 of 4) sorted by null

  /packages/apps/Gallery2/src/com/android/photos/data/
MediaRetriever.java 25 TemporaryThumbnail(5), Thumbnail(10), TemporaryPreview(15), Preview(20), Original(30);
42 return MediaSize.Preview;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 47 private Preview mPreview;
65 mPreview = new Preview(this);
137 // Acquire the next camera and request Preview to reconfigure
145 // Start the preview
157 * A simple wrapper around a Camera and a SurfaceView that renders a centered preview of the Camera
159 * support preview sizes at the same aspect ratio as the device's display.
161 class Preview extends ViewGroup implements SurfaceHolder.Callback {
162 private final String TAG = "Preview";
170 Preview(Context context) {
208 // wrapper to a SurfaceView that centers the camera preview instea
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
CameraFragment.java 43 private Preview mPreview;
57 mPreview = new Preview(this.getActivity());
140 // Acquire the next camera and request Preview to reconfigure
147 // Start the preview
166 * preview of the Camera to the surface. We need to center the SurfaceView
167 * because not all devices have cameras that support preview sizes at the same
170 class Preview extends ViewGroup implements SurfaceHolder.Callback {
171 private final String TAG = "Preview";
180 Preview(Context context) {
214 // wrapper to a SurfaceView that centers the camera preview instea
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorPreviewTest.java 101 // Declares the annotation for Preview Test Cases
102 public @interface Preview {
205 assertTrue("Preview Failed to start", previewStart);
206 assertTrue("Preview Failed to stop", previewStop);
207 assertFalse("Preview Error occurred", previewError);
213 // Preview
217 *To test Preview : FULL Preview of current work (beginning till end)
275 * To test Preview : Preview of start + 10 sec till end of story boar
    [all...]

Completed in 334 milliseconds