/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
IconHelper.java | 50 * A class to assist with loading and managing the Images (i.e. thumbnails and icons) associated 76 * Enables or disables thumbnails. When thumbnails are disabled, mime icons (or custom icons, if 124 /** Internal task for loading thumbnails asynchronously. */ 197 * Load thumbnails for a directory list item.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elastictranscoder/ |
layer1.py | 116 creates, including output files, thumbnails, and playlists. 166 + You want to save transcoded files, thumbnails (if any), and playlists 169 transcoded files, thumbnails, and playlists. 174 + You want to associate the transcoded files and thumbnails with the 180 thumbnails in another bucket, specify which users can access the 290 for `ThumbnailConfig` even if you don't want to create thumbnails. 326 + `READ`: The grantee can read the thumbnails and metadata for objects 328 + `READ_ACP`: The grantee can read the object ACL for thumbnails that 330 + `WRITE_ACP`: The grantee can write the ACL for the thumbnails that 333 permissions for the thumbnails that Elastic Transcoder adds to th [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Images_MediaTest.java | 33 import android.provider.MediaStore.Images.Thumbnails; 341 // check whether the thumbnails are generated 347 assertNotNull(Thumbnails.getThumbnail(mContentResolver, imageId, 348 Thumbnails.MINI_KIND, null)); 349 assertNotNull(Thumbnails.getThumbnail(mContentResolver, imageId, 350 Thumbnails.MICRO_KIND, null)); 351 c = mContentResolver.query(Thumbnails.EXTERNAL_CONTENT_URI, null, 352 Thumbnails.IMAGE_ID + "=" + imageId, null, null);
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
FileImageRequest.java | 31 * extends regular UriImageRequest but performs additional optimizations such as loading thumbnails 105 // Fall back to default InputStream-based loading if no thumbnails could be retrieved.
|
/external/autotest/client/cros/image_comparison/diffviewer/ |
slideshow.html | 10 #thumbnails {
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
GridItemThumbnail.java | 24 * Ensures that grid thumbnails are always square.
|
MimePredicate.java | 31 * shown as thumbnails in list mode.
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
Thumbnail.java | 165 bitmap = Images.Thumbnails.getThumbnail(resolver, image.id, 166 Images.Thumbnails.MINI_KIND, null); 169 bitmap = Video.Thumbnails.getThumbnail(resolver, video.id, 170 Video.Thumbnails.MINI_KIND, null);
|
/sdk/eclipse/ |
dictionary.txt | 311 thumbnails
|
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/ |
ActivityAnimations.java | 59 // Grayscale filter used on all thumbnails 68 // add all photo thumbnails to layout
|
/external/dng_sdk/source/ |
dng_host.cpp | 146 // A common size for embedded thumbnails is 120 by 160 pixels, 147 // So allow 120 by 160 pixels to be used for thumbnails when the
|
/frameworks/base/core/res/res/values-sw600dp/ |
dimens.xml | 21 <!-- The width that is used when creating thumbnails of applications. --> 23 <!-- The height that is used when creating thumbnails of applications. -->
|
/frameworks/base/core/res/res/values-sw720dp/ |
dimens.xml | 37 <!-- The width that is used when creating thumbnails of applications. --> 39 <!-- The height that is used when creating thumbnails of applications. -->
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
BaseImageList.java | 134 // TODO: need to delete the thumbnails as well 146 // TODO: need to delete the thumbnails as well
|
BaseImage.java | 173 Images.Thumbnails.MICRO_KIND, null, false);
|
Image.java | 157 Images.Thumbnails.MINI_KIND, options, false);
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaDocumentsProvider.java | [all...] |
/frameworks/base/core/java/android/provider/ |
MediaStore.java | 601 * This class is used internally by Images.Thumbnails and Video.Thumbnails, it's not intended 644 * @param baseUri the base URI of requested thumbnails 661 * This method ensure thumbnails associated with origId are generated and decode the byte 665 * thumbnails. 671 * @param baseUri the base URI of requested thumbnails [all...] |
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/ |
ImageGridFragment.java | 53 * asynchronously, keeping the UI nice and smooth and caching thumbnails for quick retrieval. The 123 // of each view so we get nice square thumbnails. 289 // Now handle the main ImageView thumbnails
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/ |
ImageGridFragment.java | 53 * asynchronously, keeping the UI nice and smooth and caching thumbnails for quick retrieval. The 123 // of each view so we get nice square thumbnails. 289 // Now handle the main ImageView thumbnails
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/ |
ImageGridFragment.java | 53 * asynchronously, keeping the UI nice and smooth and caching thumbnails for quick retrieval. The 123 // of each view so we get nice square thumbnails. 289 // Now handle the main ImageView thumbnails
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
RecentsTaskLoadPlan.java | 49 * thumbnails that are currently in the cache 50 * 3) executePlan() will actually load and fill in the icons and thumbnails according to the load 117 * thumbnails which were not cached and have to be loaded.
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
AttachmentProvider.java | 55 * And for access to thumbnails: 61 * Thumbnails are stored at: <cache-path>/thmb_account#_item# 136 * Thumbnails are cached for easy space recovery and cleanup.
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
GlideDrawableImageViewTarget.java | 54 // This is a dirty hack that tries to make loading square thumbnails and then square full images less costly
|
/frameworks/base/media/java/android/media/ |
ThumbnailUtils.java | 85 boolean wantMini = (kind == Images.Thumbnails.MINI_KIND); 137 if (kind == Images.Thumbnails.MICRO_KIND) { 173 if (kind == Images.Thumbnails.MINI_KIND) { 184 } else if (kind == Images.Thumbnails.MICRO_KIND) {
|