/external/chromium/chrome/browser/history/ |
top_sites_cache.h | 34 // Set a thumbnail. 36 RefCountedBytes* thumbnail, 39 // Returns the thumbnail as an Image for the specified url. This adds an entry 43 // Fetches the thumbnail for the specified url. Returns true if there is a 44 // thumbnail for the specified url. 48 // Fetches the thumbnail score for the specified url. Returns true if 49 // there is a thumbnail score for the specified url.
|
top_sites_backend.h | 50 // Sets the thumbnail. 53 const Images& thumbnail); 86 // Sets the thumbnail. 89 const Images& thumbnail);
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/ |
ribbon.js | 8 * Scrollable thumbnail ribbon at the bottom of the Gallery in the Slide mode. 286 * Create a DOM element for a thumbnail. 304 var thumbnail = this.ownerDocument.createElement('div'); 305 thumbnail.className = 'ribbon-image'; 306 thumbnail.addEventListener('click', function() { 312 util.createChild(thumbnail, 'image-wrapper'); 315 this.setThumbnailImage_.bind(this, thumbnail, url)); 320 this.renderCache_[url] = thumbnail; 321 return thumbnail; 325 * Set the thumbnail image [all...] |
/frameworks/base/sax/tests/saxtests/res/raw/ |
youtube.xml | 93 <media:thumbnail url='http://img.youtube.com/vi/nojWJ6-XmeQ/2.jpg' 95 time='00:00:22.500'></media:thumbnail> 96 <media:thumbnail url='http://img.youtube.com/vi/nojWJ6-XmeQ/1.jpg' 98 time='00:00:11.250'></media:thumbnail> 99 <media:thumbnail url='http://img.youtube.com/vi/nojWJ6-XmeQ/3.jpg' 101 time='00:00:33.750'></media:thumbnail> 102 <media:thumbnail url='http://img.youtube.com/vi/nojWJ6-XmeQ/0.jpg' 103 height='240' width='320'></media:thumbnail> 171 <media:thumbnail url='http://img.youtube.com/vi/JahdnOQ9XCA/2.jpg' 173 time='00:00:34.500'></media:thumbnail> [all...] |
/development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/ |
WindowAnimations.java | 46 final ImageView thumbnail = (ImageView) findViewById(R.id.thumbnail); local 90 // representations. Here, we scale up from a thumbnail image of the final sub-activity 91 thumbnail.setOnClickListener(new View.OnClickListener() { 94 BitmapDrawable drawable = (BitmapDrawable) thumbnail.getDrawable(); 98 thumbnail, bm, 0, 0).toBundle();
|
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab_theme.css | 109 .most-visited:focus:not(.filler) .thumbnail-wrapper, 110 .most-visited:hover .thumbnail-wrapper { 120 .thumbnail-wrapper { 121 /* This shows through at the (rounded) thumbnail's corners. */ 125 .filler .thumbnail { 129 .thumbnail-shield {
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
most_visited_thumbnail.js | 47 // than one thumbnail. This will superpose the elements. 63 // If a backup thumbnail URL was provided, preload it in case the first 64 // thumbnail errors. The backup thumbnail is always preloaded so that the 65 // server can't gain knowledge on the local thumbnail DB by specifying a 79 // The first thumbnail's onerror function will swap the visibility of
|
/external/chromium_org/chrome/browser/thumbnails/ |
thumbnail_service_impl.cc | 22 // The thumbnail size in DIP. 26 // True if thumbnail retargeting feature is enabled (Finch/flags). 56 const gfx::Image& thumbnail) { 61 return local_ptr->SetPageThumbnail(context.url, thumbnail, context.score); 105 // Skip if we don't have to udpate the existing thumbnail. 110 // Skip if we don't have to udpate the temporary thumbnail (i.e. the one
|
content_based_thumbnailing_algorithm.h | 12 // Encapsulates a method of creating a thumbnail from a captured tab shot which 36 // The function processes |source_bitmap| into a thumbnail of |thumbnail_size| 38 // how the thumbnail is being created.
|
thumbnailing_algorithm.h | 27 // thumbnail size. Parameters of the required copy operation are assigned to 36 // Invoked to produce a thumbnail image from a |bitmap| extracted by the 43 // |context| along with resulting thumbnail bitmap.
|
content_based_thumbnailing_algorithm.cc | 20 const char kThumbnailHistogramName[] = "Thumbnail.RetargetMS"; 21 const char kFailureHistogramName[] = "Thumbnail.FailedRetargetMS"; 98 LOG(WARNING) << "PostSequencedWorkerTask failed. The thumbnail for " 162 SkBitmap thumbnail = thumbnailing_utils::CreateRetargetedThumbnailImage( local 164 bool processing_failed = thumbnail.empty(); 169 << "The thumbnail for " << context->url 177 source_bitmap.extractSubset(&thumbnail, gfx::RectToSkIRect(clipping_rect)); 178 thumbnail = SkBitmapOperations::DownsampleByTwoUntilSize( 179 thumbnail, thumbnail_size.width(), thumbnail_size.height()); 198 base::Bind(&CallbackInvocationAdapter, callback, context, thumbnail)); [all...] |
thumbnailing_context.h | 18 // generated thumbnail is good or not. 36 // Holds the information needed for processing a thumbnail.
|
/frameworks/base/core/java/android/app/ |
ActivityOptions.java | 58 * Bitmap for thumbnail animation. 64 * Start X position of thumbnail animation. 70 * Start Y position of thumbnail animation. 222 * Create an ActivityOptions specifying an animation where a thumbnail 229 * thumbnail location and size provided here. 231 * @param source The View that this thumbnail is animating from. This 233 * @param thumbnail The bitmap that will be shown as the initial thumbnail 241 Bitmap thumbnail, int startX, int startY) { 242 return makeThumbnailScaleUpAnimation(source, thumbnail, startX, startY, null) [all...] |
/external/chromium_org/chrome/browser/chromeos/extensions/ |
wallpaper_api.h | 37 // Generates thumbnail of custom wallpaper. A simple STRETCH is used for 38 // generating thumbnail. 42 // Thumbnail is ready. Calls api function javascript callback.
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
taskbar_window_thumbnailer_win.h | 17 // thumbnail. If empty list is returned, the snapshot of current window 22 // Provides the custom thumbnail and live preview for the window that appears 32 // content will not be automatically reflected in the thumbnail.
|
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorThumbnailMain.cpp | 30 #define M4OSA_TRACE1_0(a) __android_log_print(ANDROID_LOG_INFO, "Thumbnail", a); 31 #define M4OSA_TRACE1_1(a,b) __android_log_print(ANDROID_LOG_INFO, "Thumbnail", a,b); 32 #define M4OSA_TRACE1_2(a,b,c) __android_log_print(ANDROID_LOG_INFO, "Thumbnail", a,b,c); 33 #define M4OSA_TRACE1_3(a,b,c,d) __android_log_print(ANDROID_LOG_INFO, "Thumbnail", a,b,c,d); 67 * @brief Interface to retrieve the thumbnail pixels 68 * @param pContext (IN) Thumbnail Context. 69 * @param width (IN) Width of thumbnail 70 * @param height (IN) Height of thumbnail 71 * @param pTimeMS (IN/OUT)Time stamp at which thumbnail is retrieved. 83 * @param pInstance (IN) Thumbnail context [all...] |
/frameworks/base/packages/SystemUI/res/values-land/ |
dimens.xml | 23 <!-- How far the thumbnail for a recent app appears from left edge --> 25 <!-- How far the thumbnail for a recent app appears from top edge --> 37 <!-- Where to place the app icon over the thumbnail -->
|
/external/chromium/chrome/browser/ |
aeropeek_manager.cc | 163 // Sends a thumbnail bitmap to Windows. Windows assumes this function is called 204 // Invalidates the thumbnail image of the specified place-holder window. (See 228 // Register a tab into the thumbnail list of Windows. 230 // Create a thumbnail image and send it to Windows. 237 // A task that registers a thumbnail window as a child of the specified 251 // that this thumbnail window should be displayed when we hover the 292 // A task which creates a thumbnail image used by AeroPeek and sends it to 315 // Calculate the size of the aeropeek thumbnail and resize the tab bitmap 378 LOG(ERROR) << "cannot set a tab thumbnail: " << result; 381 // Calculates the thumbnail size sent to Windows so we can preserve the pixe 937 SkBitmap thumbnail; local [all...] |
/external/chromium/chrome/browser/tab_contents/ |
thumbnail_generator.h | 35 // generated thumbnail is good or not. 47 // Bitmasks of options for generating a thumbnail. 51 // Request a clipped thumbnail with the aspect ratio preserved. 68 // the thumbnail happens on the rendering thread. 86 // This returns a thumbnail of a fixed, small size for the given 90 // This returns a thumbnail of a fixed, small size for the given 101 // Calculates how "boring" a thumbnail is. The boring score is the 117 // Update the thumbnail of the given tab contents if necessary. 120 // Returns true if we should update the thumbnail of the given URL.
|
/external/chromium_org/chrome/browser/history/ |
top_sites_backend.h | 49 // Sets the thumbnail. 52 const Images& thumbnail); 81 // Sets the thumbnail. 84 const Images& thumbnail);
|
/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) {
|
/external/chromium/chrome/common/ |
thumbnail_score.cc | 15 // Per crbug.com/65936#c4, 91.83% of thumbnail scores are less than 0.70. 92 // If we have a better class of thumbnail, add it if it meets 104 // Degrade the score of each thumbnail to account for how many redirects 126 // If the current thumbnail doesn't meet basic boringness 128 // current one even if we're using a worse thumbnail type. 135 // Consider the current thumbnail to be new and interesting enough if 141 // We want to generate a new thumbnail when the current thumbnail is
|
/external/chromium_org/content/common/gpu/testdata/ |
test-25fps.README | 10 MD5s of RGB thumbnail rendered version of test-25fps.h264 decoded with Intel 24 MD5 of RGB thumbnail rendered version of test-25fps.vp8 decoded with Exynos
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
Constants.java | 23 public static float ALPHA_FADE_START = 0.8f; // fraction of thumbnail width where fade starts 24 static final float ALPHA_FADE_END = 0.5f; // fraction of thumbnail width beyond which alpha->0
|
/frameworks/support/v4/jellybean/android/support/v4/app/ |
ActivityOptionsCompatJB.java | 40 Bitmap thumbnail, int startX, int startY) { 42 ActivityOptions.makeThumbnailScaleUpAnimation(source, thumbnail, startX, startY));
|