/external/chromium_org/chrome/browser/devtools/frontend/ |
devtools_discovery_page.html | 34 .thumbnail { 47 .thumbnail:hover { 53 .thumbnail.connected { 57 .thumbnail.connected:hover { 113 var thumbnail = document.createElement("div"); 114 thumbnail.className = item_object.devtoolsFrontendUrl ? 115 "thumbnail" : "thumbnail connected"; 116 thumbnail.style.cssText = "background-image:url(" + 119 frontend_ref.appendChild(thumbnail); [all...] |
/external/chromium_org/chrome/browser/history/ |
top_sites_database.h | 42 // Set a thumbnail for a URL. |url_rank| is the position of the URL 45 // thumbnail and rank. Shift the ranks of other URLs if necessary. 48 const Images& thumbnail); 54 // Get a thumbnail for a given page. Returns true iff we have the thumbnail. 55 bool GetPageThumbnail(const GURL& url, Images* thumbnail); 76 // Upgrades the thumbnail table to version 3, returning true if the 83 const Images& thumbnail); 88 // Updates thumbnail of a URL that's already in the database. 91 const Images& thumbnail); [all...] |
top_sites_database.cc | 23 // url URL of the sites for which we have a thumbnail. 24 // url_rank Index of the URL in that thumbnail, 0-based. The thumbnail 27 // title The title to display under that thumbnail. 30 // boring_score How "boring" that thumbnail is. See ThumbnailScore. 31 // good_clipping True if the thumbnail was clipped from the bottom, keeping 33 // at_top True if the thumbnail was captured at the top of the 35 // last_updated The time at which this thumbnail was last updated. 36 // load_completed True if the thumbnail was captured after the page load was 38 // last_forced If this is a forced thumbnail, records the last time i 468 Images thumbnail; local [all...] |
top_sites.h | 47 // Sets the given thumbnail for the given URL. Returns true if the thumbnail 49 // that our current thumbnail was superior to the given one. Should be called 52 const gfx::Image& thumbnail, 55 // While testing the history system, we want to set the thumbnail to a piece 74 // Gets a thumbnail for a given page. Returns true iff we have the thumbnail. 76 // If an exact thumbnail URL match fails, |prefix_match| specifies whether or 77 // not to try harder by matching the query thumbnail URL as URL prefix (as 86 // Get a thumbnail score for a given page. Returns true iff we have th [all...] |
/external/chromium_org/chrome/browser/resources/ntp4/ |
suggestions_page.css | 86 .suggestions:focus .thumbnail, 87 .suggestions:hover .thumbnail { 91 .suggestions:focus .thumbnail-shield, 92 .suggestions:hover .thumbnail-shield, 93 .suggestions:active .thumbnail-shield { 99 /* The thumbnail gets lighter when clicked, but not when the click is on the 101 .suggestions:active .close-button:not(:active) + .thumbnail { 105 /* The thumbnail gets a shadow when clicked, but not when the click is on the 107 .suggestions:active .close-button:not(:active) + .thumbnail .thumbnail-shield [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
LauncherActivity_IconResizerTest.java | 50 Drawable thumbNail = ir.createIconThumbnail(d); 51 assertNotNull(thumbNail); 52 // The size of the thumbnail is defined by inner R resource file 54 assertTrue(thumbNail.getIntrinsicHeight() > 0); 55 assertTrue(thumbNail.getIntrinsicWidth() > 0);
|
/external/chromium_org/chrome/common/extensions/api/ |
wallpaper_private.json | 101 "description": "Sets wallpaper to the image from local file with specified layout and returns thumbnail if needed.", 115 "description": "If true, callback should have a binary thumbnail." 128 "name": "thumbnail" 168 "description": "Gets thumbnail of wallpaper from thumbnail directory.", 190 "description": "The binary data of loaded thumbnail." 199 "description": "Saves thumbnail to thumbnail directory.", 210 "description": "The binary data of downloaded thumbnail."
|
/external/chromium/chrome/browser/resources/ |
bug_report.js | 20 * Selects an image thumbnail in the specified div. 30 // If the the current div matches the thumbnail id provided, 31 // or there is no thumbnail id given, and we're at the first thumbnail. 33 thumbnailDivs[i].className = 'image-thumbnail-container-selected'; 37 thumbnailDivs[i].className = 'image-thumbnail-container'; 43 * Adds an image thumbnail to the specified div. 47 thumbnailDiv.className = 'image-thumbnail-container'; 56 innerDiv.className = 'image-thumbnail-current'; 58 innerDiv.className = 'image-thumbnail'; [all...] |
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
LiveWallpaperListAdapter.java | 105 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 = Bitmap.createBitmap(thumbWidth, thumbHeight local [all...] |
/external/chromium/chrome/browser/ |
aeropeek_manager.h | 24 // This class is used for dispatching an event received by a thumbnail window 27 // * A user clicks an AeroPeek thumbnail. 29 // * A user closes an AeroPeek thumbnail. 33 // thumbnail window. 37 // This bitmap is used for creating thumbnail and preview images. 48 virtual bool GetTabThumbnail(int tab_id, SkBitmap* thumbnail) = 0; 57 // Windows 7 can dispay a thumbnail image of each tab to its taskbar so that 63 // This class adds a thumbnail window for this tab to the thumbnail list 66 // This class deletes the thumbnail window associated with this tab from th [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/ |
MediaItemThumbnailTest.java | 73 assertNotNull("Thumbnail Retrived is Null", thumbNailBmp); 74 assertEquals("Thumbnail Height", outHeight, thumbNailBmp.getHeight()); 75 assertEquals("Thumbnail Width", outWidth, thumbNailBmp.getWidth()); 80 // THUMBNAIL 83 * To test thumbnail / frame extraction on H.263 QCIF. 104 * To test thumbnail / frame extraction on MPEG4 VGA . 123 * To test thumbnail / frame extraction on MPEG4 NTSC. 142 * To test thumbnail / frame extraction on MPEG4 WVGA. 162 * To test thumbnail / frame extraction on MPEG4 QCIF. 182 * To test thumbnail / frame extraction on H264 QCIF [all...] |
/external/chromium_org/chrome/browser/chromeos/extensions/ |
wallpaper_private_api.h | 131 // Generates thumbnail of custom wallpaper. A simple STRETCH is used for 136 // Thumbnail is ready. Calls api function javascript callback. 212 // Failed to get thumbnail for |file_name|. 216 // requested thumbnail is not found or corrupted in thumbnail directory. 219 // Sets data field to the loaded thumbnail binary data in the results. Called 220 // when requested wallpaper thumbnail loaded successfully. 223 // Gets thumbnail from |path|. If |path| does not exist, call FileNotLoaded(). 245 // Failed to save thumbnail for |file_name|. 248 // Saved thumbnail to thumbnail directory [all...] |
/external/chromium/chrome/browser/history/ |
history_publisher.cc | 14 const std::vector<unsigned char>& thumbnail, const GURL& url, 22 &thumbnail,
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/ |
MostVisitedSites.java | 34 * Interface for receiving a thumbnail for a most visited site. 38 * Callback method for fetching thumbnail of a most visited URL. 41 * @param thumbnail The bitmap thumbnail for the requested URL. 44 public void onMostVisitedURLsThumbnailAvailable(Bitmap thumbnail); 93 * Fetches thumbnail bitmap for a url returned by getMostVisitedURLs. 101 public void onMostVisitedURLsThumbnailAvailable(Bitmap thumbnail) { 104 callback.onMostVisitedURLsThumbnailAvailable(thumbnail);
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
ntp_user_data_logger.h | 26 // Logs the error percentage rate when loading thumbnail images for this NTP 59 // Total number of attempts made to load thumbnail images for this NTP 63 // Total number of errors that occurred when trying to load thumbnail images 65 // of a thumbnail image. 68 // Total number of attempts made to load thumbnail images while providing a 69 // fallback thumbnail for this NTP session. 73 // thumbnail image and that caused a fallback to the secondary thumbnail.
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
Thumbnail.java | 44 public class Thumbnail { 45 private static final String TAG = "Thumbnail"; 52 // whether this thumbnail is read from file 55 // Camera, VideoCamera, and Panorama share the same thumbnail. Use sLock 59 public Thumbnail(Uri uri, Bitmap bitmap, int orientation) { 83 // We only rotate the thumbnail once even if we get OOM. 96 Log.w(TAG, "Failed to rotate thumbnail", t); 127 public static Thumbnail loadFrom(File file) { 150 Thumbnail thumbnail = createThumbnail(uri, bitmap, 0) local [all...] |
/external/sonivox/docs/ |
EASLibrary3_5.odt | |
EAS_API_Reference.odt | |
JET_Programming_Manual.odt | |
/packages/apps/Gallery2/res/layout/ |
photo_set_item.xml | 12 android:id="@+id/thumbnail" />
|
/frameworks/base/media/java/android/mtp/ |
MtpObjectInfo.java | 103 * Returns the format code for the MTP object's thumbnail 104 * Will be zero for objects with no thumbnail 106 * @return the thumbnail format code 113 * Returns the size of the MTP object's thumbnail 114 * Will be zero for objects with no thumbnail 116 * @return the thumbnail size 123 * Returns the width of the MTP object's thumbnail in pixels 124 * Will be zero for objects with no thumbnail 126 * @return the thumbnail width 133 * Returns the height of the MTP object's thumbnail in pixel [all...] |
/packages/apps/Gallery2/src/com/android/photos/drawables/ |
DataUriThumbnailDrawable.java | 31 byte[] thumbnail = null; 35 thumbnail = exif.getThumbnail(); 38 return thumbnail;
|
/frameworks/base/services/java/com/android/server/wm/ |
AppWindowAnimator.java | 46 // Special surface for thumbnail animation. 47 SurfaceControl thumbnail; field in class:AppWindowAnimator 117 if (thumbnail != null) { 118 thumbnail.destroy(); 119 thumbnail = null; 160 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail, 161 "thumbnail", "POS " + tmpFloats[Matrix.MTRANS_X] 163 thumbnail.setPosition(tmpFloats[Matrix.MTRANS_X], tmpFloats[Matrix.MTRANS_Y]); 164 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail, 165 "thumbnail", "alpha=" + thumbnailTransformation.getAlpha( [all...] |
/external/chromium_org/chrome/browser/thumbnails/ |
simple_thumbnail_crop.h | 12 // The implementation of the 'classic' thumbnail cropping algorithm. It is not 16 // thumbnail image. 30 // Calculates how "boring" a thumbnail is. The boring score is the 53 // Computes the size of a thumbnail that should be stored in the database from 54 // |given_size| (expected to be the thumbnail size we would normally want to
|
/external/chromium/chrome/browser/resources/ntp4/ |
most_visited_page.css | 35 /* filler mode: hide everything except the thumbnail --- leave a grey rectangle 46 * through from behind the thumbnail (some themes have a partially transparent 47 * thumbnail border color). */ 154 .thumbnail { 161 .filler .thumbnail { 168 .thumbnail-wrapper { 183 .filler .thumbnail-wrapper { 188 .most-visited:focus:not(.filler) .thumbnail-wrapper, 189 .most-visited:hover .thumbnail-wrapper { 195 .most-visited:hover .thumbnail-wrapper [all...] |