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

1 23

  /packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java 299 // Load the preview image if possible
311 Log.w(TAG, "Can't load widget preview drawable 0x" +
324 // Generate a preview image if we couldn't load one
342 // Scale to fit width only - let the widget preview be clipped in the
354 Bitmap preview = Bitmap.createBitmap(bitmapWidth, bitmapHeight, local
357 // Draw the scaled preview into the final bitmap
359 renderDrawableToBitmap(drawable, preview, 0, 0, finalPreviewWidth,
365 c.setBitmap(preview);
378 return preview;
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 256 // Save the default widget preview background
271 // The padding on the non-matched dimension for the default widget preview icons
698 // Get the widget preview as the drag representation
702 // If the ImageView doesn't have a drawable yet, the widget preview hasn't been loaded and
710 Bitmap preview; local
737 preview = mWidgetPreviewLoader.generateWidgetPreview(createWidgetInfo.componentName,
741 // Compare the size of the drag preview to the preview in the AppsCustomize tray
744 scale = previewWidthInAppsCustomize / (float) preview.getWidth();
747 // might be extra pixels around the preview itself - this accounts for tha
1316 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:__anon1893::__anon1894
mm_camera_interface2.h 200 mm_camera_buf_def_t preview; member in union:__anon1931::__anon1932
207 MM_CAMERA_OPS_PREVIEW, // start/stop preview
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 2246 bool preview = (hdc != printDC); local
    [all...]
  /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 470 milliseconds

1 23