HomeSort by relevance Sort by last modified time
    Searched defs:preview (Results 76 - 85 of 85) sorted by null

1 2 34

  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 255 // Save the default widget preview background
267 // The padding on the non-matched dimension for the default widget preview icons
685 // Get the widget preview as the drag representation
689 // If the ImageView doesn't have a drawable yet, the widget preview hasn't been loaded and
697 Bitmap preview; local
724 preview = mWidgetPreviewLoader.generateWidgetPreview(createWidgetInfo.componentName,
728 // Compare the size of the drag preview to the preview in the AppsCustomize tray
731 scale = previewWidthInAppsCustomize / (float) preview.getWidth();
734 // might be extra pixels around the preview itself - this accounts for tha
1282 Bitmap preview = data.generatedImages.get(i); local
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera.h 175 mm_camera_ch_preview_t preview; member in union:__anon2331::__anon2332
mm_camera_interface2.h 200 mm_camera_buf_def_t preview; member in union:__anon2369::__anon2370
207 MM_CAMERA_OPS_PREVIEW, // start/stop preview
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 198 PREVIEW("Show Previews", true),
222 return this == PREVIEW || this == SMALL_PREVIEW || this == TINY_PREVIEW;
618 case PREVIEW: {
755 // See if we can find out the bounds of this element from a preview image.
756 // Preview images are created before the drag source listener is notified
855 Pair<Image, Rectangle> preview = renderPreview(); local
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 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
1158 SurfaceView preview = (SurfaceView) findViewById(R.id.camera_preview); local
    [all...]
VideoCamera.java 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); local
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
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 414 milliseconds

1 2 34