HomeSort by relevance Sort by last modified time
    Searched full:thumbnail (Results 1 - 25 of 413) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.h 23 * @brief Thumbnail extract interface.
29 * @brief Interface to open a Thumbnail session.
30 * @param pContext (OUT) Thumbnail Context.
31 * @param pString (IN) File path from which thumbnail will be
42 * @brief Interface to retrieve a RGB888 format thumbnail pixels
43 * @param pContext (IN) Thumbnail Context.
45 * @param width (IN) Width of thumbnail
46 * @param height (IN) Height of thumbnail
47 * @param pTimeMS (IN/OUT)Time stamp at which thumbnail is retrieved.
57 * @brief Interface to retrieve a RGB565 format thumbnail pixel
    [all...]
  /external/chromium/chrome/common/
thumbnail_score.h 12 // A set of metadata about a Thumbnail.
20 // thumbnail generation time to Now().
34 // How "boring" a thumbnail is. The boring score is the 0,1 ranged
40 // Whether the thumbnail was taken with height greater then
46 // Whether this thumbnail was taken while the renderer was
53 // Record the time when a thumbnail was taken. This is used to make
57 // The number of hops from the final destination page that this thumbnail was
58 // taken at. When a thumbnail is taken, this will always be the redirect
67 // a thumbnail for the first would have a redirect hop of 1, and the second
71 // How bad a thumbnail needs to be before we completely ignore it
    [all...]
  /external/chromium/chrome/browser/resources/
bug_report.css 44 .thumbnail-list {
52 .image-thumbnail-container {
59 .image-thumbnail-container-selected {
66 .image-thumbnail-container:hover {
75 .image-thumbnail {
83 .image-thumbnail:hover {
87 .image-thumbnail div {
91 .image-thumbnail img {
96 .image-thumbnail:hover div {
107 .image-thumbnail:hover div img
    [all...]
new_new_tab_theme.css 38 .thumbnail {
42 .thumbnail-container,
43 .thumbnail-container > .title {
47 .thumbnail-container:focus .thumbnail,
48 .thumbnail-container:hover .thumbnail {
52 .thumbnail-container:focus .edit-bar,
53 .thumbnail-container:hover .edit-bar {
59 .thumbnail-container:hover > .edit-mode-border
    [all...]
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/NoiseField/res/xml/
wallpaper.xml 5 android:thumbnail="@drawable/wallpaper_thumb" />
  /external/chromium/chrome/browser/history/
top_sites_database.cc 73 "thumbnail BLOB,"
90 "SELECT url, url_rank, title, thumbnail, redirects, "
114 Images thumbnail; local
115 thumbnail.thumbnail = RefCountedBytes::TakeVector(&data);
116 thumbnail.thumbnail_score.boring_score = statement.ColumnDouble(5);
117 thumbnail.thumbnail_score.good_clipping = statement.ColumnBool(6);
118 thumbnail.thumbnail_score.at_top = statement.ColumnBool(7);
119 thumbnail.thumbnail_score.time_at_snapshot =
122 (*thumbnails)[gurl] = thumbnail;
    [all...]
history_indexer.idl 16 // This is the method called by Chrome to send content and thumbnail of the
17 // page to be indexed. The html content and thumbnail for the same url
19 // thumbnail parameters will be NULL when sending only the content.
24 // |thumbnail_format| - The format of the thumbnail image. It is currently
27 // |thumbnail| - This is an array of bytes that represents the thumbnail in
34 [in] VARIANT thumbnail);
top_sites_database.h 50 // Set a thumbnail for a URL. |url_rank| is the position of the URL
53 // thumbnail and rank. Shift the ranks of other URLs if necessary.
56 const Images& thumbnail);
62 // Get a thumbnail for a given page. Returns true iff we have the thumbnail.
63 bool GetPageThumbnail(const GURL& url, Images* thumbnail);
69 // Creates the thumbnail table, returning true if the table already exists
76 const Images& thumbnail);
81 // Updates thumbnail of a URL that's already in the database.
83 const Images& thumbnail);
    [all...]
history_publisher.cc 14 const std::vector<unsigned char>& thumbnail, const GURL& url,
22 &thumbnail,
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerRunningTaskInfoTest.java 34 mRunningTaskInfo.thumbnail = null;
58 assertNull(values.thumbnail);
61 // test thumbnail is not null
62 mRunningTaskInfo.thumbnail = Bitmap.createBitmap(480, 320,
69 assertNotNull(values.thumbnail);
70 assertEquals(320, values.thumbnail.getHeight());
71 assertEquals(480, values.thumbnail.getWidth());
72 assertEquals(Bitmap.Config.RGB_565, values.thumbnail.getConfig());
86 assertNull(values.thumbnail);
89 // test thumbnail is not nul
    [all...]
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);
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksAdapter.java 96 if (item.thumbnail == null || !item.has_thumbnail) {
99 thumb.setImageDrawable(item.thumbnail);
111 Bitmap thumbnail = item.thumbnail != null ? item.thumbnail.getBitmap() : null; local
112 thumbnail = BrowserBookmarksPage.getBitmap(c,
113 BookmarksLoader.COLUMN_INDEX_THUMBNAIL, thumbnail);
114 item.has_thumbnail = thumbnail != null;
115 if (thumbnail != null
116 && (item.thumbnail == null || item.thumbnail.getBitmap() != thumbnail))
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 9 .thumbnail-container {
17 .thumbnail-container:focus {
21 .thumbnail,
22 .thumbnail-container > .title {
28 .thumbnail-container > .title {
41 .thumbnail-wrapper {
59 .filler .thumbnail-wrapper {
64 .filler .thumbnail {
95 .thumbnail-container:focus .edit-bar,
96 .thumbnail-container:hover .edit-bar
    [all...]
  /external/bluetooth/glib/docs/reference/gio/
gvfs-overview.odg 
  /external/chromium/chrome/browser/ui/webui/
thumbnail_source.h 41 // Send the default thumbnail when we are missing a real one.
44 // Raw PNG representation of the thumbnail to show when the thumbnail
45 // database doesn't have a thumbnail for a webpage.
  /external/sonivox/docs/
EAS_Library_Integration_Guide.odt 
EASLibrary3_5.odt 
  /external/webkit/Source/WebKit/qt/docs/webkitsnippets/webpage/
main.cpp 48 Thumbnailer thumbnail(QUrl("http://qt.nokia.com"));
50 QObject::connect(&thumbnail, SIGNAL(finished()),
75 QImage thumbnail = image.scaled(400, 400); local
76 thumbnail.save("thumbnail.png");
  /packages/apps/Camera/src/com/android/camera/
ThumbnailHolder.java 27 private static Thumbnail sLastThumbnail;
51 public static synchronized Thumbnail getLastThumbnail(ContentResolver resolver) {
52 if (sLastThumbnail != null) { // Thumbnail exists. Checks validity.
54 Thumbnail t = sLastThumbnail;
68 public static synchronized void keep(Thumbnail t) {
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 private Thumbnail(Uri uri, Bitmap bitmap, int orientation) {
82 // We only rotate the thumbnail once even if we get OOM.
95 Log.w(TAG, "Failed to rotate thumbnail", t);
127 public static Thumbnail getLastThumbnailFromFile(File filesDir, ContentResolver resolver) {
155 Thumbnail thumbnail = createThumbnail(uri, bitmap, 0) local
    [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...]
  /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...]

Completed in 670 milliseconds

1 2 3 4 5 6 7 8 91011>>