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

  /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...]
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 128 PREVIEW_COLUMN_LABEL: 'Preview',
  /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...]
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.js 856 warning += 'Test via the browser\'s Print Preview.';
    [all...]

Completed in 302 milliseconds