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

  /packages/apps/LegacyCamera/src/com/android/camera/
Thumbnail.java 44 public class Thumbnail {
45 private static final String TAG = "Thumbnail";
52 // whether this thumbnail is read from file
55 // Camera, VideoCamera, and Panorama share the same thumbnail. Use sLock
59 public Thumbnail(Uri uri, Bitmap bitmap, int orientation) {
83 // We only rotate the thumbnail once even if we get OOM.
96 Log.w(TAG, "Failed to rotate thumbnail", t);
127 public static Thumbnail loadFrom(File file) {
150 Thumbnail thumbnail = createThumbnail(uri, bitmap, 0) local
    [all...]
Camera.java 156 // A popup window that contains a bigger thumbnail and a list of apps to share.
158 // The bitmap of the last captured picture thumbnail and the URI of the
160 private Thumbnail mThumbnail;
161 // An imageview showing showing the last captured picture thumbnail.
372 if (!mIsImageCaptureIntent) { // no thumbnail in image capture intent
417 // Load the thumbnail from the disk.
418 mThumbnail = Thumbnail.loadFrom(new File(getFilesDir(), Thumbnail.LAST_THUMB_FILENAME));
426 mThumbnail = Thumbnail.getLastThumbnail(mContentResolver);
    [all...]
VideoCamera.java 161 // A popup window that contains a bigger thumbnail and a list of apps to share.
163 // The bitmap of the last captured video thumbnail and the URI of the
165 private Thumbnail mThumbnail;
166 // An imageview showing showing the last captured picture thumbnail.
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
Thumbnail.java 24 public class Thumbnail {
VideoModule.java     [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 31 import com.android.camera.Thumbnail;
148 private Thumbnail mThumbnail;
309 // If the activity is paused, save the thumbnail to the file here.
312 // Set the thumbnail bitmap here because mThumbnailView must be accessed
316 // Share popup may still have the reference to the old thumbnail. Clear it.
718 mThumbnailView = (RotateImageView) findViewById(R.id.thumbnail);
809 // Load the thumbnail from the disk.
811 mThumbnail = Thumbnail.loadFrom(new File(getFilesDir(), Thumbnail.LAST_THUMB_FILENAME));
    [all...]
  /device/generic/goldfish/camera/
Android.mk 76 Thumbnail.cpp \
  /external/ImageMagick/www/api/
montage.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Create an Image Thumbnail</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, create, an, image, thumbnail, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
  /external/ImageMagick/PerlMagick/
Magick.xs 429 { "Thumbnail", { {"geometry", StringReference}, {"width", IntegerReference},
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in 429 { "Thumbnail", { {"geometry", StringReference}, {"width", IntegerReference},
    [all...]

Completed in 547 milliseconds