HomeSort by relevance Sort by last modified time
    Searched full:thumbnail (Results 201 - 225 of 790) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouteControllerDialog.java 43 * 1. Shows thumbnail/snapshot of the current item
73 // Thumbnail and Track info
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 59 * sets the thumbnail image, the title and the extra text. This method also updates
107 * Crops a circle out of the thumbnail photo.
  /development/samples/training/AnimationsDemo/res/layout/
activity_zoom.xml 32 <!-- This is an example layout containing thumbnail image buttons that, when pressed,
70 bounds of the thumbnail buttons above, to its final laid-out bounds. The implementation
  /external/chromium_org/chrome/browser/media/
native_desktop_media_list.h 63 // OnSourceThumbnail() for each changed thumbnail and then calls
66 void OnSourceThumbnail(int index, const gfx::ImageSkia& thumbnail);
fake_desktop_media_list.cc 28 sources_[index].thumbnail = thumbnail_;
  /external/chromium_org/chrome/browser/resources/ntp4/
most_visited_page.js 50 * for a blank thumbnail.
55 '<span class="thumbnail-wrapper fills-parent">' +
57 '<span class="thumbnail fills-parent">' +
58 // thumbnail-shield provides a gradient fade effect.
59 '<div class="thumbnail-shield fills-parent"></div>' +
113 this.querySelector('.thumbnail').style.backgroundImage =
279 // The biggest a tile can be. 212 (max thumbnail width) + 2.
289 * is based on the thumbnail, which should have a 212:132 ratio.
suggestions_page.js 49 * for a blank thumbnail. TODO(georgey) make it a template.
54 '<span class="thumbnail-wrapper fills-parent">' +
56 '<span class="thumbnail fills-parent">' +
57 // thumbnail-shield provides a gradient fade effect.
58 '<div class="thumbnail-shield fills-parent"></div>' +
116 this.querySelector('.thumbnail').style.backgroundImage =
259 // The biggest a tile can be. 212 (max thumbnail width) + 2.
269 * is based on the thumbnail, which should have a 212:132 ratio.
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
apple_event_util_unittest.mm 41 "\"Thumbnail\": {"
50 "'utxt'(\"IDs\"), [ 116, 943, 234, 38793 ], 'utxt'(\"Thumbnail\"), "
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.js 93 * Renders a thumbnail view of the image.
96 var canvas = document.querySelector('#thumbnail');
info.html 23 <canvas id="thumbnail"></canvas>
  /external/chromium_org/content/common/gpu/media/
rendering_helper.h 37 // case of thumbnail rendering, these won't match the frame dimensions.
46 // The size of each thumbnail within the FBO.
  /frameworks/base/packages/SystemUI/res/values-sw720dp/
dimens.xml 39 <!-- How far the thumbnail for a recent app appears from left edge -->
67 <!-- Where to place the app icon over the thumbnail -->
  /packages/apps/LegacyCamera/res/layout/
share_popup.xml 35 <!-- The size of the thumbnail is calculated in SharePopup.java -->
42 <ImageView android:id="@+id/thumbnail"
  /packages/apps/LegacyCamera/res/layout-sw600dp/
share_popup.xml 36 <!-- The size of the thumbnail is calculated in SharePopup.java -->
43 <ImageView android:id="@+id/thumbnail"
  /packages/apps/Mms/src/com/android/mms/ui/
SlideListItemView.java 123 // TODO: get a thumbnail from the video
127 public void setVideoThumbnail(String name, Bitmap thumbnail) {
SlideshowAttachmentView.java 79 // We don't even have enough memory to load the "missing thumbnail" image
104 // TODO: get a thumbnail from the video
VideoAttachmentView.java 102 public void setVideoThumbnail(String name, Bitmap thumbnail) {
103 mThumbnailView.setImageBitmap(thumbnail);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaItemView.java 60 // generation counter to reject thumbnail results (passed to setBitmap())
117 // Initialize the thumbnail cache, limit the memory usage to 3MB
148 // Initialize the thumbnail indices we want to request
290 // Find any one cached thumbnail
357 // Compute the thumbnail width and height
442 // Draws the thumbnails, also put unavailable thumbnail indices in
456 // Map [0, mScreenWidth - 1] to the indices of the thumbnail.
469 // Center the thumbnail vertically
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoLoadingTestCase.java 40 THUMBNAIL
50 photoMap.put(PhotoSize.THUMBNAIL, processor.getThumbnailPhotoBytes());
  /external/chromium/chrome/browser/history/
page_usage_data.h 115 // Whether we have an outstanding request for the thumbnail.
  /external/chromium_org/ash/metrics/
user_metrics_recorder.h 100 // Thumbnail sized overview of windows triggered. This is a subset of
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_tab_helper.h 48 // Update the thumbnail of the given tab contents if necessary.
  /external/chromium_org/chrome/browser/ui/webui/ntp/
thumbnail_list_source.h 27 // TopSites, along with all associated URLs. The thumbnail images are embedded
  /external/chromium_org/content/common/gpu/testdata/
npot-video.README 10 MD5s of RGB thumbnail rendered version of npot-video.h264 decoded with Intel
red-green.README 10 MD5s of RGB thumbnail rendered version of red-green.h264 decoded with Intel

Completed in 513 milliseconds

1 2 3 4 5 6 7 891011>>