/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
AbstractSlotRenderer.java | 70 // Scale the video overlay to the height of the thumbnail and put it
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
IfdData.java | 124 * IFDs offset or thumbnail offset will be ignored.
|
ExifInterface.java | 1831 ByteArrayOutputStream thumbnail = new ByteArrayOutputStream(); local [all...] |
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
IfdData.java | 124 * IFDs offset or thumbnail offset will be ignored.
|
ExifInterface.java | 1831 ByteArrayOutputStream thumbnail = new ByteArrayOutputStream(); local [all...] |
/external/libexif/libexif/ |
exif-data.h | 51 /*! Pointer to thumbnail image, or NULL if not available */ 54 /*! Number of bytes in thumbnail image at \c data */
|
/frameworks/base/core/java/android/app/ |
WallpaperInfo.java | 61 * Resource identifier for this wallpaper's thumbnail image. 205 * Load the thumbnail image for this wallpaper.
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
load-bitmap.jd | 92 displayed in a 128x96 pixel thumbnail in an {@link android.widget.ImageView}.</p> 158 android.widget.ImageView} that displays a 100x100 pixel thumbnail, as shown in the following example
|
/packages/apps/Browser/src/com/android/browser/ |
DataController.java | 219 values.put(Thumbnails.THUMBNAIL, blob); 229 Thumbnails.THUMBNAIL}, null, null, null);
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
PhotoEditorView.java | 172 * {@link ValuesDelta}. We may as well bind a thumbnail to the UI while we are at it. 194 // exceeded), we still pass a low-res thumbnail. This simplifies
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AttachmentTile.java | 174 // We got a real thumbnail; hide the default thumbnail.
|
/external/jhead/ |
main.c | 309 // If the jpg file has a thumbnail, preserve it. 316 // if the malloc fails, we just won't copy the thumbnail 449 ALOGE("no exif section or size == 0, so no thumbnail\n"); 458 ALOGE("couldn't allocate thumbnail memory, so no thumbnail\n"); 464 ALOGE("thumbnail size %d\n", ImageInfo.ThumbnailSize);
|
jhead.c | 68 // the filename to store the thumbnail to. 71 // the filename to retrieve the thumbnail from. 696 // Rotate the image and its thumbnail 715 // Now rotate the thumbnail, if there is one. 719 // Must have a thumbnail that exists and is modifieable. 733 // Put the thumbnail back in the header 747 // Regenerate the thumbnail using mogrify 753 // There is no thumbnail, or the thumbnail is not at the end. 757 sprintf(ThumbnailGenCommand, "mogrify -thumbnail %dx%d \"%s\"", [all...] |
exif.c | [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
TaskView.java | 173 // Measure the thumbnail to be square 264 // Prepare the thumbnail view alpha 277 // Animate the thumbnail alpha before the dim animation (to prevent updating the 396 // Animate the thumbnail alpha back into full opacity for the window animation out 591 // Update the thumbnail alpha with the focus 616 // Update the thumbnail alpha with the focus
|
RecentsView.java | 513 // Upfront the processing of the thumbnail 532 // Compute the thumbnail to scale up from 536 if (task.thumbnail != null && task.thumbnail.getWidth() > 0 && 537 task.thumbnail.getHeight() > 0) {
|
/packages/apps/Gallery/src/com/android/camera/ |
GalleryPicker.java | 337 // and generated thumbnail bitmaps for each item. We do this instead of 338 // generating thumbnail bitmaps in checkImageList() and checkBucketIds() 340 // the thumb bitmaps. (Generating thumbnail bitmaps takes some time.) 797 // The thumbnail bitmap is set by setThumbBitmap() later because we want 800 public Bitmap mThumbBitmap; // the thumbnail bitmap for the image list 924 (GalleryPickerItem) v.findViewById(R.id.thumbnail);
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifInterface.java | 1831 ByteArrayOutputStream thumbnail = new ByteArrayOutputStream(); local [all...] |
ExifParser.java | 127 * Option bit to request to parse thumbnail. 656 // Tag value overlaps thumbnail, ignore thumbnail. 657 Log.w(TAG, "Thumbnail overlaps value for tag: \n" + tag.toString()); 659 Log.w(TAG, "Invalid thumbnail offset: " + entry.getKey()); [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifInterface.java | 1810 ByteArrayOutputStream thumbnail = new ByteArrayOutputStream(); local [all...] |
ExifParser.java | 127 * Option bit to request to parse thumbnail. 656 // Tag value overlaps thumbnail, ignore thumbnail. 657 Log.w(TAG, "Thumbnail overlaps value for tag: \n" + tag.toString()); 659 Log.w(TAG, "Invalid thumbnail offset: " + entry.getKey()); [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifInterface.java | 1831 ByteArrayOutputStream thumbnail = new ByteArrayOutputStream(); local [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...] |
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
OMXAlgo.cpp | 908 CAMHAL_LOGEB("Error while retrieving thumbnail size 0x%x", eError); 913 //result in absent EXIF thumbnail 928 CAMHAL_LOGDB("Thumbnail width = %d, Thumbnail Height = %d", width, height); 935 CAMHAL_LOGEB("Error while configuring thumbnail size 0x%x", eError); [all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXAlgo.cpp | 882 CAMHAL_LOGEB("Error while retrieving thumbnail size 0x%x", eError); 887 //result in absent EXIF thumbnail 902 CAMHAL_LOGDB("Thumbnail width = %d, Thumbnail Height = %d", width, height); 909 CAMHAL_LOGEB("Error while configuring thumbnail size 0x%x", eError); [all...] |