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.java136 Log.e(TAG, "Error decoding thumbnail for wallpaper #" + position);
186 public void writeImage(Bitmap thumbnail, byte[] imageBytes) { argument
197 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);
230 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.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/ui/
H A DSlideListItemView.java123 // TODO: get a thumbnail from the video
127 public void setVideoThumbnail(String name, Bitmap thumbnail) { argument
H A DVideoAttachmentView.java102 public void setVideoThumbnail(String name, Bitmap thumbnail) { argument
103 mThumbnailView.setImageBitmap(thumbnail);
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiServiceListener.java241 * A media item thumbnail was extracted
245 * @param thumbnail The bitmap thumbnail
246 * @param index The index of the thumbnail
253 Bitmap thumbnail, int index, int token, Exception exception) {
252 onMediaItemThumbnail(String projectPath, String mediaItemId, Bitmap thumbnail, int index, int token, Exception exception) argument
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorBaseActivity.java459 Bitmap thumbnail, int index, int token, Exception exception) {
473 mediaItemId, thumbnail, index, token);
458 onMediaItemThumbnail(String projectPath, String mediaItemId, Bitmap thumbnail, int index, int token, Exception exception) argument

Completed in 327 milliseconds