HomeSort by relevance Sort by last modified time
    Searched refs:THUMBNAIL (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_directories.js 15 THUMBNAIL: 'thumbnail'
28 this.wallpaperDirs_[WallpaperDirNameEnum.THUMBNAIL] = null;
61 dirName != WallpaperDirNameEnum.THUMBNAIL) {
wallpaper_manager.js 298 var thumbnails = self.document_.querySelectorAll('.thumbnail');
300 var thumbnail = thumbnails[i];
306 thumbnail.offline = true;
429 // thumbnail.
498 * Sets wallpaper to the corresponding wallpaper of selected thumbnail.
806 var saveThumbnail = function(thumbnail) {
827 var blob = new Blob([new Int8Array(thumbnail)],
833 self.wallpaperDirs_.getDirectory(WallpaperDirNameEnum.THUMBNAIL,
    [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullParser.java 42 // An attribute value indicating that the element contains a thumbnail
43 private static final String THUMBNAIL = "media:thumbnail";
154 // If it's a THUMBNAIL
155 } else if (eventName.equalsIgnoreCase(THUMBNAIL)) {
157 // Stores the thumbnail URL and thumbnail name column names as keys
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoLoadingTestCase.java 40 THUMBNAIL
50 photoMap.put(PhotoSize.THUMBNAIL, processor.getThumbnailPhotoBytes());
ContactsProvider2Test.java 6380 thumbnail, mResolver.openInputStream(photoLookupUriWithId)); local
6382 thumbnail, mResolver.openInputStream(photoLookupUriWithoutId)); local
    [all...]
LegacyContactsProviderTest.java 713 com.android.providers.contacts.tests.R.drawable.earth_small, PhotoSize.THUMBNAIL);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BookmarksLoader.java 43 Bookmarks.THUMBNAIL, // 4
DataController.java 219 values.put(Thumbnails.THUMBNAIL, blob);
229 Thumbnails.THUMBNAIL}, null, null, null);
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));
AddBookmarkPage.java 76 // Place on an edited bookmark to remove the saved thumbnail
763 Bitmap thumbnail = invalidateThumbnail ? null local
764 : (Bitmap) bundle.getParcelable(BrowserContract.Bookmarks.THUMBNAIL);
771 title, thumbnail, mCurrentFolder);
918 Bitmap thumbnail; local
    [all...]
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);
Controller.java 819 // an incorrect screenshot. Therefore, remove any pending thumbnail
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 84 public static final String THUMBNAIL = "thumbnail";
259 map.put(Bookmarks.THUMBNAIL, Bookmarks.THUMBNAIL);
309 map.put(History.THUMBNAIL, History.THUMBNAIL);
327 map.put(Images.THUMBNAIL, Images.THUMBNAIL);
342 map.put(Combined.THUMBNAIL, Combined.THUMBNAIL);
    [all...]
SnapshotProvider.java 48 public static final String THUMBNAIL = "thumbnail";
88 Snapshots.THUMBNAIL + " BLOB," +
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP2ProviderTests.java 53 values.put(Images.THUMBNAIL, os.toByteArray());
  /packages/apps/Browser/src/com/android/browser/homepages/
RequestHandler.java 105 History.THUMBNAIL
108 + " NOT LIKE 'content:%' AND " + History.THUMBNAIL + " IS NOT NULL";
135 } else if (key.equals("thumbnail")) {
  /frameworks/base/core/java/android/provider/
Browser.java 87 BookmarkColumns.THUMBNAIL, // 7
617 public static final String THUMBNAIL = "thumbnail";
BrowserContract.java 195 * A thumbnail of the page,may be NULL.
199 public static final String THUMBNAIL = "thumbnail";
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetService.java 65 BrowserContract.Bookmarks.THUMBNAIL,
255 Bitmap thumbnail = null, favicon = null; local
259 thumbnail = BitmapFactory.decodeByteArray(
261 views.setImageViewBitmap(R.id.thumb, thumbnail);
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 51 THUMBNAIL: 'mv-thumb',
264 * The filename for a most visited iframe src which shows a thumbnail image.
268 var MOST_VISITED_THUMBNAIL_IFRAME = 'thumbnail.html';
293 * @param {Element=} opt_thumbnailElem The element for rendering the thumbnail.
642 * Builds a URL to display a most visited tile thumbnail in an iframe.
645 * @return {string} An URL to display the most visited thumbnail in an iframe.
725 // The iframe which renders either a thumbnail or domain element.
731 thumbnailElem.className = CLASSES.THUMBNAIL;
745 // and/or to darken the thumbnail on focus.
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager.js 758 THUMBNAIL: 'thumb'
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 388 milliseconds