/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/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/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/Launcher3/src/com/android/launcher3/ |
Utilities.java | 197 * Returns a Bitmap representing the thumbnail of the specified Bitmap. 199 * @param bitmap The bitmap to get a thumbnail of. 202 * @return A thumbnail for the specified bitmap or the bitmap itself if the 203 * thumbnail could not be created.
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
ControlPanelLayout.java | 28 * the shutter button, thumbnail, front/back camera picker, and mode picker.
|
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifReader.java | 76 Log.w(TAG, "Failed to read the compressed thumbnail");
|
/sdk/eclipse/ |
dictionary.txt | 309 thumbnail
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/ |
ContactsListFragment.java | 71 * shows the contact's thumbnail photo and display name. On devices with large screens, this 534 * screen density. ImageLoader uses this value to resize thumbnail images to match the ListView 565 * no thumbnail exists, returns null. 593 // constructed contact Uri to yield a content URI for the thumbnail image 612 // If the file pointed to by the thumbnail URI doesn't exist, or the file can't be 616 Log.d(TAG, "Contact photo thumbnail not found for contact " + photoData [all...] |
/packages/apps/Browser/src/com/android/browser/ |
AddBookmarkPage.java | 76 // Place on an edited bookmark to remove the saved thumbnail 763 Bitmap thumbnail = invalidateThumbnail ? null local 764 : (Bitmap) bundle.getParcelable(BrowserContract.Bookmarks.THUMBNAIL); 771 title, thumbnail, mCurrentFolder); 918 Bitmap thumbnail; local [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
WallpaperPickerActivity.java | 712 FrameLayout thumbnail = (FrameLayout) adapter.getView(i, null, parent); local 713 parent.addView(thumbnail, i); 715 thumbnail.setTag(info); 716 info.setView(thumbnail); 718 addLongPressHandler(thumbnail); 720 thumbnail.setOnClickListener(mThumbnailOnClickListener); [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ |
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...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
Animation.java | 132 // Create a thumbnail animation. We are going to build our thumbnail
|
/external/chromium/chrome/browser/resources/file_manager/ |
main.html | 107 ><button class=thumbnail-view 116 <grid class=thumbnail-grid></grid>
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_transfer_controller.js | 224 * Preloads an image thumbnail for the specified file entry. 227 * @param {Entry} entry Entry to preload a thumbnail for. 230 var metadataTypes = 'thumbnail|filesystem'; 247 * Renders a drag-and-drop thumbnail. 250 * @return {HTMLElement} Element containing the thumbnail. 273 // Option 2. Thumbnail image available, then render it without 276 thumbnailImage.classList.add('drag-thumbnail'); 282 // Option 3. Thumbnail not available. Render an icon and a label.
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
taskbar_window_thumbnailer_win.cc | 86 // Stop serving the custom thumbnail for the old window. 92 // Start serving the custom thumbnail to the new window.
|
/external/chromium_org/chrome/common/extensions/api/ |
notifications.idl | 56 // Sender's avatar, app icon, or a thumbnail for image notifications. 86 // Image thumbnail for image-type notifications.
|
/external/libexif/contrib/examples/ |
Makefile.in | 36 check_PROGRAMS = photographer$(EXEEXT) thumbnail$(EXEEXT) \ 69 thumbnail_SOURCES = thumbnail.c 70 thumbnail_OBJECTS = thumbnail.$(OBJEXT) 103 SOURCES = photographer.c thumbnail.c write-exif.c 104 DIST_SOURCES = photographer.c thumbnail.c write-exif.c 303 thumbnail$(EXEEXT): $(thumbnail_OBJECTS) $(thumbnail_DEPENDENCIES) 304 @rm -f thumbnail$(EXEEXT) 317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thumbnail.Po@am__quote@
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_CoreID.h | 178 #define M4TG 0x0192 /**< Thumbnail Generator*/ 179 #define M4TS 0x0193 /**< Thumbnail storage */
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4OSA_CoreID.h | 179 #define M4TG 0x0192 /**< Thumbnail Generator*/ 180 #define M4TS 0x0193 /**< Thumbnail storage */
|
/frameworks/base/media/java/android/media/videoeditor/ |
MediaItem.java | 544 * Create a thumbnail at specified time in a video stream in Bitmap format 546 * @param width width of the thumbnail in pixels 547 * @param height height of the thumbnail in pixels 548 * @param timeMs The time in the source video file at which the thumbnail is 551 * @return The thumbnail as a Bitmap. 562 * @param width width of the thumbnail in pixels 563 * @param height height of the thumbnail in pixels 566 * @param thumbnailCount The thumbnail count
|