/packages/apps/UnifiedEmail/res/layout/ |
attachment.xml | 26 android:id="@+id/thumbnail"
|
/sdk/eclipse/ |
dictionary.txt | 310 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/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...] |
/developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/ |
DetailActivity.java | 79 // transition, load the thumbnail. The listener will load the full-size image when 89 * Load the item's thumbnail image into our {@link ImageView}.
|
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/ |
DetailActivity.java | 79 // transition, load the thumbnail. The listener will load the full-size image when 89 * Load the item's thumbnail image into our {@link ImageView}.
|
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/ |
DetailActivity.java | 79 // transition, load the thumbnail. The listener will load the full-size image when 89 * Load the item's thumbnail image into our {@link ImageView}.
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
QCameraUsbParm.cpp | 218 //Set Thumbnail size 230 //Set Thumbnail quality 598 /* parse for thumbnail width and height */ 601 ALOGI("%s: Requested thumbnail size %d x %d", __func__, width, height); 603 // Validate the thumbnail size 632 * Description: This function parses picture and thumbnail JPEG quality and 666 ALOGI("%s: Requested thumbnail qlty %d", __func__, quality); 674 ALOGE("Invalid jpeg thumbnail quality=%d", quality);
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
GlideBuilder.java | 81 * Any implementation must order requests based on their {@link com.bumptech.glide.Priority} for thumbnail 101 * Any implementation must order requests based on their {@link com.bumptech.glide.Priority} for thumbnail
|
/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/base/core/java/android/hardware/camera2/ |
DngCreator.java | 145 * Set the thumbnail image. 149 * The alpha channel will be discarded. Thumbnail images with a dimension larger than 155 * @throws java.lang.IllegalArgumentException if the given thumbnail image has a dimension 168 throw new IllegalArgumentException("Thumbnail dimensions width,height (" + width + 180 * Set the thumbnail image. 184 * Thumbnail images with a dimension larger than {@link #MAX_THUMBNAIL_DIMENSION} will be 191 * @throws java.lang.IllegalArgumentException if the given thumbnail image has a dimension 209 throw new IllegalArgumentException("Thumbnail dimensions width,height (" + width +
|
/packages/apps/Camera2/src/com/android/camera/data/ |
FilmstripItemUtils.java | 78 * Load the thumbnail of an image from an {@link java.io.InputStream}. 157 * Loads the thumbnail of a video.
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
LiveWallpaperListAdapter.java | 115 public LiveWallpaperTile(Drawable thumbnail, WallpaperInfo info, Intent intent) { 116 mThumbnail = thumbnail;
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
ImagePersistTask.java | 90 // The thumbnail is of the full image, but we're cropping it, so just clear 91 // the thumbnail
|
/external/jhead/ |
jhead.h | 123 unsigned ThumbnailOffset; // Exif offset to thumbnail 124 unsigned ThumbnailSize; // Size of thumbnail. 125 unsigned LargestExifOffset; // Last exif data referenced (to check if thumbnail is at end) 127 char ThumbnailAtEnd; // Exif header ends with the thumbnail 128 // (we can only modify the thumbnail if its at the end)
|
/external/jpeg/ |
jerror.h | 140 "Warning: thumbnail image size does not match data length %u") 143 JMESSAGE(JTRC_JFIF_THUMBNAIL, " with %d x %d thumbnail image") 163 "JFIF extension marker: JPEG-compressed thumbnail image, length %u") 165 "JFIF extension marker: palette thumbnail image, length %u") 167 "JFIF extension marker: RGB thumbnail image, length %u")
|
/external/pdfium/core/include/thirdparties/libjpeg/ |
jerror.h | 140 "Warning: thumbnail image size does not match data length %u") 143 JMESSAGE(JTRC_JFIF_THUMBNAIL, " with %d x %d thumbnail image") 163 "JFIF extension marker: JPEG-compressed thumbnail image, length %u") 165 "JFIF extension marker: palette thumbnail image, length %u") 167 "JFIF extension marker: RGB thumbnail image, length %u")
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
jerror.h | 140 "Warning: thumbnail image size does not match data length %u") 143 JMESSAGE(JTRC_JFIF_THUMBNAIL, " with %d x %d thumbnail image") 163 "JFIF extension marker: JPEG-compressed thumbnail image, length %u") 165 "JFIF extension marker: palette thumbnail image, length %u") 167 "JFIF extension marker: RGB thumbnail image, length %u")
|
/frameworks/base/core/java/android/app/ |
LauncherActivity.java | 266 * Returns a Drawable representing the thumbnail of the specified Drawable. 267 * The size of the thumbnail is defined by the dimension 272 * @param icon The icon to get a thumbnail of. 274 * @return A thumbnail for the specified icon or the icon itself if the 275 * thumbnail could not be created.
|
/packages/apps/Settings/src/com/android/settings/ |
ActivityPicker.java | 342 * Returns a Drawable representing the thumbnail of the specified Drawable. 343 * The size of the thumbnail is defined by the dimension 348 * @param icon The icon to get a thumbnail of. 350 * @return A thumbnail for the specified icon or the icon itself if the 351 * thumbnail could not be created.
|
/frameworks/base/services/core/java/com/android/server/am/ |
TaskRecord.java | 184 private Bitmap mLastThumbnail; // Last thumbnail captured for this item. 185 private final File mLastThumbnailFile; // File containing last thumbnail. 460 * Sets the last thumbnail. 461 * @return whether the thumbnail was set 463 boolean setLastThumbnail(Bitmap thumbnail) { 464 if (mLastThumbnail != thumbnail) { 465 mLastThumbnail = thumbnail; 466 if (thumbnail == null) { 471 mService.mTaskPersister.saveImage(thumbnail, mFilename); 484 // Only load the thumbnail file if we don't have a thumbnai 733 final Bitmap thumbnail = stack.screenshotActivities(resumedActivity); local [all...] |
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 767 // Enable thumbnail port 776 // Disable thumbnail port 802 * @p_thumb_dim: thumbnail dimension 810 * If the main image and thumbnail ascpect ratios are differnt, 811 * re-calculate the thumbnail crop info to prevent distortion 836 CDBG_HIGH("%s %d New thumbnail crop: left %d, top %d, crop width %d, crop height %d", 875 CDBG_ERROR("%s:%d] Error invalid output dim for thumbnail", 881 CDBG_ERROR("%s:%d] Error invalid input dim for thumbnail", 914 /* fill thumbnail info */ 922 CDBG_ERROR("%s:%d] Improper thumbnail dim %dx%d resetting to %dx%d" [all...] |
/frameworks/base/core/java/android/provider/ |
DocumentsProvider.java | 101 * as a thumbnail, your provider can set 104 * that thumbnail. 443 * Open and return a thumbnail of the requested document. 445 * A provider should return a thumbnail closely matching the hinted size, 449 * If you perform expensive operations to download or generate a thumbnail, 451 * abort abandoned thumbnail requests. 454 * @param sizeHint hint of the optimal thumbnail dimensions. [all...] |