/frameworks/av/media/libmediaplayerservice/ |
MetadataRetrieverClient.h | 65 // Keep the shared memory copy of album art and capture frame (for thumbnail)
|
/frameworks/base/docs/html/distribute/googleplay/spotlight/ |
index.jd | 19 <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px; 48 <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px; 77 <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px; 106 <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px;
|
/packages/apps/Browser/res/raw/ |
most_visited.ktpl | 77 <img class="wrimg" src="<%= thumbnail %>" />
|
/packages/apps/Browser/src/com/android/browser/ |
BookmarksLoader.java | 43 Bookmarks.THUMBNAIL, // 4
|
BrowserSnapshotPage.java | 65 Snapshots.THUMBNAIL, 271 ImageView thumbnail = (ImageView) view.findViewById(R.id.thumb); local 274 thumbnail.setImageResource(R.drawable.browser_thumbnail); 278 thumbnail.setImageBitmap(thumbBitmap);
|
/packages/apps/Camera/src/com/android/camera/ |
Thumbnail.java | 24 public class Thumbnail {
|
/packages/apps/Camera/tests/src/com/android/camera/activity/ |
CameraTestCase.java | 228 "jpeg-thumbnail-size-values=320x240,0x0;jpeg-thumbnail-width=320;jpeg-thumbnail-height=240;" + 229 "jpeg-thumbnail-quality=60;jpeg-quality=95;" +
|
/packages/apps/Camera2/src/com/android/camera/ |
Thumbnail.java | 24 public class Thumbnail {
|
/packages/wallpapers/LivePicker/res/layout-xlarge/ |
live_wallpaper_entry.xml | 23 android:id="@+id/thumbnail"
|
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/ |
ActivityAnimations.java | 74 new BitmapDrawable(resources, pictureData.thumbnail); 100 * When the user clicks a thumbnail, bundle up information about it and launch the 107 // Interesting data to pass across are the thumbnail size/location, the
|
/external/chromium/chrome/browser/history/ |
history_publisher_win.cc | 114 if (page_data.thumbnail) { 115 for (size_t i = 0; i < page_data.thumbnail->size(); ++i) 116 thumbnail_arr.Add((*page_data.thumbnail)[i]);
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
wallpaper_api.cc | 145 if (params_->details.thumbnail) { 148 // Generates thumbnail before call api function callback. We can then 149 // request thumbnail in the javascript callback.
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_watcher.js | 71 * Called when thumbnail metadata in the watched directory has been changed. 80 this.dispatchMetadataEvent_('thumbnail', entries, properties); 208 'thumbnail',
|
/frameworks/base/core/java/android/provider/ |
DocumentsContract.java | 90 * thumbnail should be rotated. 220 * Flag indicating that a document can be represented as a thumbnail. 653 * Return thumbnail representing the document at the given URI. Callers are 656 * @param documentUri document to return thumbnail for, which must have 658 * @param size optimal thumbnail size desired. A provider may return a 659 * thumbnail of a different size, but never more than double the 662 * in the thumbnail. 663 * @return decoded thumbnail, or {@code null} if problem was encountered. 675 Log.w(TAG, "Failed to load thumbnail for " + documentUri + ": " + e); 708 // We requested a rough thumbnail size, but the remote size may hav [all...] |
/external/jhead/ |
jpgfile.c | 555 // Replace or remove exif thumbnail 562 fprintf(stderr,"Image contains no thumbnail\n"); 567 // A filename of '-' indicates thumbnail goes to stdout. 584 // ErrFatal("Could not write thumbnail file"); 585 ALOGE("Could not write thumbnail file"); 591 // Replace or remove exif thumbnail 601 // Delete of nonexistent thumbnail (not even pointers present) 606 // Adding or removing of thumbnail is not possible - that would require rearranging 608 fprintf(stderr,"Image contains no thumbnail to replace - add is not possible\n"); 610 ALOGE("Image contains no thumbnail to replace - add is not possible\n") [all...] |
jhead.h | 110 unsigned ThumbnailOffset; // Exif offset to thumbnail 111 unsigned ThumbnailSize; // Size of thumbnail. 112 unsigned LargestExifOffset; // Last exif data referenced (to check if thumbnail is at end) 114 char ThumbnailAtEnd; // Exif header ends with the thumbnail 115 // (we can only modify the thumbnail if its at the end)
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
file_manager.css | 14 * - 1000: preview thumbnail popup 468 /* Container for the detail and thumbnail list views. */ 642 .thumbnail-grid { 745 .thumbnail-grid { 751 body[type='full-page'] .thumbnail-frame > .img-container { 755 body[type='full-page'] .thumbnail-frame > .img-container, 765 .img-container > img:not(.cached):not(.drag-thumbnail) { 769 .thumbnail-bottom { 782 .thumbnail-bottom .filename-label { 788 .thumbnail-grid .thumbnail-item [all...] |
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_notify.c | 348 CDBG("%s: Dequeued frame: main frame idx: %d thumbnail " 355 data.snapshot.thumbnail.frame = &peer_frame->frame; 356 data.snapshot.thumbnail.idx = peer_frame->idx; 469 data[cnt].snapshot.thumbnail.frame = NULL; 513 t_q = &my_obj->ch[MM_CAMERA_CH_SNAPSHOT].snapshot.thumbnail.frame.readyq; 528 data[cnt].snapshot.thumbnail.frame = &frame->frame; 529 data[cnt].snapshot.thumbnail.idx = frame->idx; 531 my_obj->ch[MM_CAMERA_CH_SNAPSHOT].snapshot.thumbnail.frame.ref_count[data[i].snapshot.thumbnail.idx]++; 611 q = &my_obj->ch[MM_CAMERA_CH_SNAPSHOT].snapshot.thumbnail.frame.readyq [all...] |
mm_camera_interface2.h | 116 mm_camera_image_fmt_t thumbnail; member in struct:__anon2353 187 mm_camera_buf_def_t thumbnail; member in struct:__anon2367 323 mm_camera_notify_frame_t thumbnail; member in struct:__anon2383 402 void * src_img2_buf; // input thumbnail image buffer 403 uint32_t src_img2_size; // input thumbnail image size
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
SharePopup.java | 51 // A popup window that contains a big thumbnail and a list of apps to share. 68 // A rotated view that contains the thumbnail and the play icon. 121 mThumbnail = (ImageView) sharePopup.findViewById(R.id.thumbnail); 135 // Show play button if this is a video thumbnail. 169 // Calculate the width and the height of the thumbnail. Reserve the
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PhotoStore.java | 163 * is already thumbnail-sized or smaller, this will do nothing (and will return 0). 166 * is thumbnail-sized or smaller. 174 * is already thumbnail-sized or smaller, this will do nothing (and will return 0) unless 177 * @param allowSmallImageStorage Whether thumbnail-sized or smaller photos should still be 180 * is thumbnail-sized or smaller and allowSmallImageStorage is false.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
RecentsPanelView.java | 153 // If we set the default thumbnail now, we avoid an onLayout when we update 154 // the thumbnail later (if they both have the same dimensions) 484 private void updateThumbnail(ViewHolder h, Drawable thumbnail, boolean show, boolean anim) { 485 if (thumbnail != null) { 489 h.thumbnailViewImage.setImageDrawable(thumbnail); 494 h.thumbnailViewDrawable.getIntrinsicWidth() != thumbnail.getIntrinsicWidth() || 495 h.thumbnailViewDrawable.getIntrinsicHeight() != thumbnail.getIntrinsicHeight()) { 500 float scale = mThumbnailWidth / (float) thumbnail.getIntrinsicWidth(); 513 h.thumbnailViewDrawable = thumbnail; 525 // Look for a view showing this thumbnail, to update [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
DrawUtils.java | 222 * @return the thumbnail {@link Image} of required size for given "big" {@link Image}, centered or 234 // create "thumbnail" Image with required size 235 Image thumbnail = new Image(null, minWidth, minHeight); local 236 GC gc = new GC(thumbnail); 242 // recreate "thumbnail" Image with transparent pixel 244 ImageData thumbnailData = thumbnail.getImageData(); 248 thumbnail.dispose();
|
/frameworks/base/media/java/android/media/ |
ExifInterface.java | 196 * file has a thumbnail inside. 276 * Returns true if the JPEG file has a thumbnail. 283 * Returns the thumbnail inside the JPEG file, or {@code null} if there is no thumbnail. 294 * Returns the offset and length of thumbnail inside the JPEG file, or 295 * {@code null} if there is no thumbnail. 298 * the second, or {@code null} if no thumbnail was found.
|
/external/chromium_org/chrome/browser/history/ |
expire_history_backend_unittest.cc | 30 #include "chrome/tools/profiles/thumbnail-inl.h" 182 // Each visit has indexed data, each URL has thumbnail. The first two URLs will 225 // Thumbnails for each URL. |thumbnail| takes ownership of decoded SkBitmap. 228 gfx::Image thumbnail = gfx::Image::CreateFrom1xBitmap(*thumbnail_bitmap); local 233 top_sites_->SetPageThumbnail(url_row1.url(), thumbnail, score); 234 top_sites_->SetPageThumbnail(url_row2.url(), thumbnail, score); 235 top_sites_->SetPageThumbnail(url_row3.url(), thumbnail, score); 327 // Thumbnail should be gone. 406 // Verify things are the way we expect with a URL row, favicon, thumbnail. 434 // Verify things are the way we expect with a URL row, favicon, thumbnail [all...] |