/frameworks/base/media/java/android/media/ |
ExifInterface.java | 211 * file has a thumbnail inside. 291 * Returns true if the JPEG file has a thumbnail. 298 * Returns the thumbnail inside the JPEG file, or {@code null} if there is no thumbnail. 309 * Returns the offset and length of thumbnail inside the JPEG file, or 310 * {@code null} if there is no thumbnail. 313 * the second, or {@code null} if no thumbnail was found.
|
/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...] |
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider2.java | 84 public static final String THUMBNAIL = "thumbnail"; 259 map.put(Bookmarks.THUMBNAIL, Bookmarks.THUMBNAIL); 309 map.put(History.THUMBNAIL, History.THUMBNAIL); 327 map.put(Images.THUMBNAIL, Images.THUMBNAIL); 342 map.put(Combined.THUMBNAIL, Combined.THUMBNAIL); [all...] |
SnapshotProvider.java | 48 public static final String THUMBNAIL = "thumbnail"; 88 Snapshots.THUMBNAIL + " BLOB," +
|
/frameworks/base/core/java/android/provider/ |
MediaStore.java | 620 Log.e(TAG, "couldn't open thumbnail " + thumbUri + "; " + ex); 622 Log.e(TAG, "couldn't open thumbnail " + thumbUri + "; " + ex); 624 Log.e(TAG, "failed to allocate memory for thumbnail " 631 * This method cancels the thumbnail request so clients waiting for getThumbnail will be 667 * @return Bitmap bitmap of specified thumbnail kind 673 // If the magic is non-zero, we simply return thumbnail if it does exist. 674 // querying MediaProvider and simply return thumbnail. 714 // Assuming thumbnail has been generated, at least original image exists. [all...] |
DocumentsContract.java | 103 * thumbnail should be rotated. 246 * Flag indicating that a document can be represented as a thumbnail. 813 * Return thumbnail representing the document at the given URI. Callers are 816 * @param documentUri document to return thumbnail for, which must have 818 * @param size optimal thumbnail size desired. A provider may return a 819 * thumbnail of a different size, but never more than double the 822 * in the thumbnail. 823 * @return decoded thumbnail, or {@code null} if problem was encountered. [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
Animation.java | 147 Log.i(TAG, "Starting thumbnail-zoom animation..."); 148 // Create a thumbnail animation. We are going to build our thumbnail
|
/frameworks/base/media/java/android/mtp/ |
MtpDevice.java | 158 * Returns the thumbnail data for an object as a byte array. 159 * The size and format of the thumbnail data can be determined via 165 * @return the object's thumbnail, or null if reading fails
|
/packages/apps/Browser/src/com/android/browser/homepages/ |
RequestHandler.java | 105 History.THUMBNAIL
108 + " NOT LIKE 'content:%' AND " + History.THUMBNAIL + " IS NOT NULL";
135 } else if (key.equals("thumbnail")) {
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
WallpaperPickerActivity.java | 739 FrameLayout thumbnail = (FrameLayout) adapter.getView(i, null, parent); local 740 parent.addView(thumbnail, i); 742 thumbnail.setTag(info); 743 info.setView(thumbnail); 745 addLongPressHandler(thumbnail); 747 thumbnail.setOnClickListener(mThumbnailOnClickListener); 952 File thumbnail = new File(systemDir, name + "_small" + extension); local [all...] |
/development/samples/ApiDemos/res/values/ |
attrs.xml | 50 <enum name="thumbnail" value="1" />
|
/development/samples/training/ContactsList/res/values/ |
strings.xml | 24 <string name="imageview_description">Contact Thumbnail</string>
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifReader.java | 76 Log.w(TAG, "Failed to read the compressed thumbnail");
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/ |
PhotoContract.java | 42 * This column is a {@link Uri} that points to a thumbnail of the image
|
/packages/apps/Browser/src/com/android/browser/widget/ |
BookmarkThumbnailWidgetService.java | 65 BrowserContract.Bookmarks.THUMBNAIL, 255 Bitmap thumbnail = null, favicon = null; local 259 thumbnail = BitmapFactory.decodeByteArray( 261 views.setImageViewBitmap(R.id.thumb, thumbnail);
|
/packages/apps/Camera2/src/com/android/camera/app/ |
AppController.java | 310 * Starts the post-capture animation with the given thumbnail. 312 * @param thumbnail The thumbnail for the animation. 314 public void startPostCaptureAnimation(Bitmap thumbnail);
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifReader.java | 76 Log.w(TAG, "Failed to read the compressed thumbnail");
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
VideoObject.java | 34 * two thumbnail bitmaps as well as other information such as the id, and the
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifReader.java | 76 Log.w(TAG, "Failed to read the compressed thumbnail");
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/ |
MtpThumbnailTileView.java | 33 * View for thumbnail images from an MTP device
|
/packages/apps/Gallery2/src/com/android/photos/adapters/ |
PhotoThumbnailAdapter.java | 49 ImageView iv = (ImageView) view.findViewById(R.id.thumbnail);
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifReader.java | 76 Log.w(TAG, "Failed to read the compressed thumbnail");
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
ControlPanelLayout.java | 28 * the shutter button, thumbnail, front/back camera picker, and mode picker.
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
FileImageRequestDescriptor.java | 29 // Can we use the thumbnail image from Exif data?
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
ExifReader.java | 77 Log.w(TAG, "Failed to read the compressed thumbnail");
|