HomeSort by relevance Sort by last modified time
    Searched defs:thumbnail (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /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...]
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 37 * Thumbnail generation routines for media provider.
59 * Constant used to indicate the dimension of mini thumbnail.
65 * Constant used to indicate the dimension of micro thumbnail.
71 * This method first examines if the thumbnail embedded in EXIF is bigger than our target
72 * size. If not, then it'll create a thumbnail from original image. Due to efficiency
76 * This method always returns a "square thumbnail" for MICRO_KIND thumbnail.
142 // now we make it a "square thumbnail" for MICRO_KIND thumbnail
151 * Create a video thumbnail for a video. May return null if the video i
231 Bitmap thumbnail = transform(matrix, source, width, height, local
532 Bitmap thumbnail = null; local
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 518 void* thumbnail = device->getThumbnail(objectID, length); local
519 if (! thumbnail)
522 env->SetByteArrayRegion(array, 0, length, (const jbyte *)thumbnail);
524 free(thumbnail);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 231 * Gets the scale being applied to the thumbnail
233 * @return the scale being applied to the thumbnail
240 * Sets the scale to apply to the thumbnail
242 * @param scale the factor to scale the thumbnail picture by
432 /** Disposes the thumbnail rendering. */
661 * Sets the new image of the preview and generates a thumbnail
1169 Image thumbnail = mThumbnail; local
    [all...]
  /external/ImageMagick/MagickCore/
effect.c 2266 *thumbnail; local
    [all...]
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
WallpaperPickerActivity.java 369 View thumbnail = mWallpapersView.getChildAt(indexOfExistingTile); local
370 Object tag = thumbnail.getTag();
372 imageTile = thumbnail;
  /frameworks/av/media/extractors/mp4/
ItemTable.cpp 535 // mark thumbnail image as hidden, these can be retrieved if the client
536 // request thumbnail explicitly, but won't be exposed as displayables.
547 ALOGV("Image item id %d uses thumbnail item id %d", mRefs[i], mItemId);
1530 const ImageItem &thumbnail = mItemIdToItemMap[thumbItemIndex]; local
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java 1750 public Bitmap thumbnail; field in class:ActivityManager.RunningTaskInfo
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 4580 void Magick::Image::thumbnail(const Geometry &geometry_) function in class:Magick::Image
    [all...]
  /external/dng_sdk/source/
dng_image_writer.cpp 5795 const dng_preview *thumbnail = NULL; local
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 1831 ByteArrayOutputStream thumbnail = new ByteArrayOutputStream(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowToken.java 78 import static com.android.server.wm.AppWindowTokenProto.THUMBNAIL;
2028 final GraphicBuffer thumbnail = local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 1810 ByteArrayOutputStream thumbnail = new ByteArrayOutputStream(); local
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 1831 ByteArrayOutputStream thumbnail = new ByteArrayOutputStream(); local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 1831 ByteArrayOutputStream thumbnail = new ByteArrayOutputStream(); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /packages/apps/Launcher3/quickstep/libs/
sysui_shared.jar 
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 7348 thumbnail, mResolver.openInputStream(photoLookupUriWithId)); local
7350 thumbnail, mResolver.openInputStream(photoLookupUriWithoutId)); local
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java 2385 public static final int thumbnail = 0; field in class:R
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1822 milliseconds

12 3 4 5