Searched defs:thumbnail (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DBrowserBookmarksAdapterItem.java23 public BitmapDrawable thumbnail; field in class:BrowserBookmarksAdapterItem
H A DBookmarks.java63 * @param thumbnail A thumbnail for the bookmark.
70 String name, Bitmap thumbnail, long parent) {
79 bitmapToBytes(thumbnail));
69 addBookmark(Context context, boolean showToast, String url, String name, Bitmap thumbnail, long parent) argument
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DLiveWallpaperListAdapter.java116 public LiveWallpaperTile(Drawable thumbnail, WallpaperInfo info, Intent intent) { argument
117 mThumbnail = thumbnail;
H A DSavedWallpaperImages.java115 Log.e(TAG, "Error decoding thumbnail for wallpaper #" + position);
157 public void writeImage(Bitmap thumbnail, byte[] imageBytes) { argument
168 thumbnail.compress(Bitmap.CompressFormat.JPEG, 95, thumbFileStream);
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaThumbRequest.java108 Uri updateDatabase(Bitmap thumbnail) { argument
123 values.put(Images.Thumbnails.WIDTH, thumbnail.getWidth());
124 values.put(Images.Thumbnails.HEIGHT, thumbnail.getHeight());
134 * Check if the corresponding thumbnail and mini-thumb have been created
137 * created, MINI_KIND thumbnail is stored in JPEG file and MICRO_KIND
138 * thumbnail is stored in a random access file (MiniThumbFile).
169 // If we can't retrieve the thumbnail, first check if there is one
183 Log.w(TAG, "Can't create mini thumbnail for " + mPath);
235 Log.w(TAG, "can't create bitmap for thumbnail.");
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperListAdapter.java105 holder.thumbnail = (ImageView) convertView.findViewById(R.id.thumbnail);
112 if (holder.thumbnail != null) {
113 holder.thumbnail.setImageDrawable(wallpaperInfo.thumbnail);
118 if (holder.thumbnail == null) {
119 holder.title.setCompoundDrawablesWithIntrinsicBounds(null, wallpaperInfo.thumbnail,
128 public Drawable thumbnail; field in class:LiveWallpaperListAdapter.LiveWallpaperInfo
135 ImageView thumbnail; field in class:LiveWallpaperListAdapter.ViewHolder
199 Bitmap thumbnail
[all...]
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifData.java56 * Gets the compressed thumbnail. Returns null if there is no compressed
57 * thumbnail.
66 * Sets the compressed thumbnail.
68 protected void setCompressedThumbnail(byte[] thumbnail) { argument
69 mThumbnail = thumbnail;
73 * Returns true it this header contains a compressed thumbnail.
194 * Removes the thumbnail and its related tags. IFD1 will be removed.
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifData.java56 * Gets the compressed thumbnail. Returns null if there is no compressed
57 * thumbnail.
66 * Sets the compressed thumbnail.
68 protected void setCompressedThumbnail(byte[] thumbnail) { argument
69 mThumbnail = thumbnail;
73 * Returns true it this header contains a compressed thumbnail.
194 * Removes the thumbnail and its related tags. IFD1 will be removed.
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifData.java56 * Gets the compressed thumbnail. Returns null if there is no compressed
57 * thumbnail.
66 * Sets the compressed thumbnail.
68 protected void setCompressedThumbnail(byte[] thumbnail) { argument
69 mThumbnail = thumbnail;
73 * Returns true it this header contains a compressed thumbnail.
194 * Removes the thumbnail and its related tags. IFD1 will be removed.
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifData.java58 * Gets the compressed thumbnail. Returns null if there is no compressed
59 * thumbnail.
68 * Sets the compressed thumbnail.
70 protected void setCompressedThumbnail(byte[] thumbnail) { argument
71 mThumbnail = thumbnail;
75 * Returns true it this header contains a compressed thumbnail.
196 * Removes the thumbnail and its related tags. IFD1 will be removed.
/packages/apps/Mms/src/com/android/mms/ui/
H A DSlideListItemView.java124 // TODO: get a thumbnail from the video
128 public void setVideoThumbnail(String name, Bitmap thumbnail) { argument
H A DVideoAttachmentView.java103 public void setVideoThumbnail(String name, Bitmap thumbnail) { argument
104 mThumbnailView.setImageBitmap(thumbnail);
/packages/apps/Camera2/src/com/android/camera/app/
H A DAppController.java296 * Starts the post-capture animation with the given thumbnail.
298 * @param thumbnail The thumbnail for the animation.
300 public void startPostCaptureAnimation(Bitmap thumbnail); argument
/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java1134 public void startPostCaptureAnimation(Bitmap thumbnail) { argument
1224 // rotation info for the thumbnail.
2664 * @param data The data item to decode the thumbnail for.

Completed in 1051 milliseconds