/packages/wallpapers/Basic/res/xml/ |
fall.xml | 26 android:thumbnail="@drawable/water_thumb" />
|
galaxy.xml | 26 android:thumbnail="@drawable/galaxy_thumb" />
|
grass.xml | 26 android:thumbnail="@drawable/grass_thumb" />
|
nexus.xml | 26 android:thumbnail="@drawable/nexus_thumb" />
|
polar_clock.xml | 26 android:thumbnail="@drawable/polarclock_thumb"
|
walkaround.xml | 26 android:thumbnail="@drawable/seethru_thumb" />
|
/packages/wallpapers/MagicSmoke/res/xml/ |
magicsmoke.xml | 25 android:thumbnail="@drawable/magicsmoke_thumb"
|
/packages/wallpapers/MusicVisualization/res/xml/ |
vis2.xml | 26 android:thumbnail="@drawable/vis2"
|
vis3.xml | 26 android:thumbnail="@drawable/vis3"
|
vis4.xml | 26 android:thumbnail="@drawable/vis4"
|
vis5.xml | 26 android:thumbnail="@drawable/vis5"
|
/external/chromium_org/chrome/browser/history/ |
top_sites_impl.h | 58 const gfx::Image& thumbnail, 121 // Sets the thumbnail without writing to the database. Useful when 123 // Returns true if the thumbnail was set, false if the existing one is better. 131 const base::RefCountedMemory* thumbnail, 139 // Removes the cached thumbnail for url. Does nothing if |url| if not cached 143 // Add a thumbnail for an unknown url. See temp_thumbnails_map_. 145 const base::RefCountedMemory* thumbnail,
|
top_sites_database_unittest.cc | 14 #include "chrome/tools/profiles/thumbnail-inl.h" 60 // [url], [url_rank], [title], [thumbnail], [redirects], 116 thumbnails[urls[0].url].thumbnail->size()); 117 EXPECT_TRUE(!memcmp(thumbnails[urls[0].url].thumbnail->front(), 143 thumbnails[urls[0].url].thumbnail->size()); 144 EXPECT_TRUE(!memcmp(thumbnails[urls[0].url].thumbnail->front(), 231 thumbnails[urls[0].url].thumbnail->size()); 232 EXPECT_TRUE(!memcmp(thumbnails[urls[0].url].thumbnail->front(), 276 thumbnails[urls[0].url].thumbnail->size()); 277 EXPECT_TRUE(!memcmp(thumbnails[urls[0].url].thumbnail->front() [all...] |
/external/chromium/chrome/browser/history/ |
thumbnail_database.h | 71 // Sets the given data to be the thumbnail for the given URL, 73 // data, the thumbnail will be deleted. 76 const SkBitmap& thumbnail, 80 // Retrieves thumbnail data for the given URL, returning true on success, 81 // false if there is no such thumbnail or there was some other error. 84 // Delete the thumbnail with the provided id. Returns false on failure 87 // If there is a thumbnail score for the id provided, retrieves the 88 // current thumbnail score and places it in |score| and returns 226 // Creates the thumbnail table, returning true if the table already exists 245 // Migrates the icon mapping data from URL database to Thumbnail database [all...] |
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
Intents.java | 88 /** The URI of the initial thumbnail to show */ 96 /** The URI of a thumbnail of the photo to display */ 161 * Sets the URI for a thumbnail preview of the photo. 205 // If this option is turned on, then the small, lo-res thumbnail will 211 // thumbnail is displayed in a small view in the center of the screen,
|
/packages/apps/Browser/src/com/android/browser/ |
Bookmarks.java | 63 * @param thumbnail A thumbnail for the bookmark. 70 String name, Bitmap thumbnail, long parent) { 78 values.put(BrowserContract.Bookmarks.THUMBNAIL, 79 bitmapToBytes(thumbnail));
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Utilities.java | 192 * Returns a Bitmap representing the thumbnail of the specified Bitmap. 193 * The size of the thumbnail is defined by the dimension 196 * @param bitmap The bitmap to get a thumbnail of. 199 * @return A thumbnail for the specified bitmap or the bitmap itself if the 200 * thumbnail could not be created.
|
/device/lge/mako/camera/ |
QCameraHWI_Still.cpp | 158 ALOGE("%s: Error in thumbnail encoding (event: %d) : X !!!", 178 ALOGE("%s: Error in thumbnail encoding (event: %d)!!!", 431 /*If application requested thumbnail size to be (0,0) 433 Jpeg encoder will drop thumbnail as reflected in encodeParams. 479 ALOGV("%s: Image Sizes before set parm call: main: %dx%d thumbnail: %dx%d", 501 ALOGV("%s: Image Sizes: main: %dx%d thumbnail: %dx%d", __func__, 628 fmt.snapshot.thumbnail.fmt = dim->thumb_format; 629 fmt.snapshot.thumbnail.dim.width = dim->ui_thumbnail_width; 630 fmt.snapshot.thumbnail.dim.height = dim->ui_thumbnail_height; 632 ALOGV("%s: Snapshot channel fmt = main: %d thumbnail: %d", __func__ [all...] |
QCamera_Intf.h | 146 int ext_mode; /* preview, main, thumbnail, video, raw, etc */ 153 int ext_mode; /* preview, main, thumbnail, video, raw, etc */ [all...] |
/frameworks/base/core/java/android/provider/ |
MediaStore.java | 557 Log.e(TAG, "couldn't open thumbnail " + thumbUri + "; " + ex); 559 Log.e(TAG, "couldn't open thumbnail " + thumbUri + "; " + ex); 561 Log.e(TAG, "failed to allocate memory for thumbnail " 568 * This method cancels the thumbnail request so clients waiting for getThumbnail will be 604 * @return Bitmap bitmap of specified thumbnail kind 611 // If the magic is non-zero, we simply return thumbnail if it does exist. 612 // querying MediaProvider and simply return thumbnail. 652 // Assuming thumbnail has been generated, at least original image exists. 673 // We probably run out of space, so create the thumbnail in memory. 675 Log.v(TAG, "Create the thumbnail in memory: origId=" + origI [all...] |
/external/chromium/chrome/browser/resources/ntp/ |
most_visited.js | 25 return findAncestorByClass(el, 'thumbnail-container'); 39 var nodes = el.parentNode.querySelectorAll('.thumbnail-container'); 88 var nodes = source.parentNode.querySelectorAll('.thumbnail-container'); 238 '<a class="thumbnail-container filler" tabindex="1">' + 245 '<span class="thumbnail-wrapper">' + 246 '<span class="thumbnail"></span>' + 389 var thumbnail = getItem(e.target); 390 if (thumbnail) { 393 this.dragItem_ = thumbnail; 514 el.classList.contains('thumbnail-container') & [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
wallpaper_manager.js | 277 var thumbnails = self.document_.querySelectorAll('.thumbnail'); 279 var thumbnail = thumbnails[i]; 285 thumbnail.offline = true; 406 // thumbnail. 459 * Sets wallpaper to the corresponding wallpaper of selected thumbnail. 762 var saveThumbnail = function(thumbnail) { 784 var blob = new Blob([new Int8Array(thumbnail)], 790 self.wallpaperDirs_.getDirectory(WallpaperDirNameEnum.THUMBNAIL, 822 * Removes wallpaper and thumbnail with fileName from FileSystem. 823 * @param {string} fileName The file name of wallpaper and thumbnail to b [all...] |
/device/lge/mako/camera/QCamera/HAL/core/src/ |
QCameraHWI_Still.cpp | 157 LOGE("%s: Error in thumbnail encoding (event: %d)!!!", 362 /*If application requested thumbnail size to be (0,0) 364 Jpeg encoder will drop thumbnail as reflected in encodeParams. 410 LOGD("%s: Image Sizes before set parm call: main: %dx%d thumbnail: %dx%d", 432 LOGI("%s: Image Sizes: main: %dx%d thumbnail: %dx%d", __func__, 550 fmt.snapshot.thumbnail.fmt = dim->thumb_format; 551 fmt.snapshot.thumbnail.dim.width = dim->ui_thumbnail_width; 552 fmt.snapshot.thumbnail.dim.height = dim->ui_thumbnail_height; 554 LOGV("%s: Snapshot channel fmt = main: %d thumbnail: %d", __func__, 556 LOGV("%s: Snapshot channel resolution = main: %dX%d thumbnail: %dX%d" [all...] |
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/RenderScriptIntrinsicSample/src/main/java/com/example/android/renderscriptintrinsic/ |
ThumbnailRadioButton.java | 35 A button with Thumbnail which extends Radio Button. 37 Each state has a LayerDrawable with a Thumbnail image and a Focus rectangle.
|
/developers/samples/android/renderScript/RenderScriptIntrinsic/RenderScriptIntrinsicSample/src/main/java/com/example/android/renderscriptintrinsic/ |
ThumbnailRadioButton.java | 35 A button with Thumbnail which extends Radio Button. 37 Each state has a LayerDrawable with a Thumbnail image and a Focus rectangle.
|