HomeSort by relevance Sort by last modified time
    Searched refs:Preview (Results 1 - 6 of 6) 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/lldb/scripts/
sed-sources 24 option to preview changes to STDOUT, or use the B<-b> option to make a backup
50 Preview changes to STDOUT without modifying original source files.
72 # and and subdirectories and also unexpand spaces to tabs and preview the
89 our $opt_p = 0; # Preview changes to STDOUT?
147 # Preview to STDOUT
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 233 <li class="dac-nav-item preview">
234 <a class="dac-nav-link" href="<?cs var:toroot ?>preview/index.html">Preview</a>
  /build/tools/droiddoc/templates-sdk-dev/components/
masthead.cs 2 <?cs if:preview ?>
310 <?cs /if ?><?cs # end if/else preview ?><?cs
322 <a href="<?cs var:toroot ?>preview/index.html">
328 color:#666;font-weight:100;font-size:27px;">M Developer Preview</h1></div>
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 205 } else if ($("body").hasClass("preview")) {
206 subNavEl.find("li.preview > a").addClass("selected");
    [all...]

Completed in 736 milliseconds