/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
tut_debugging.html | 84 <img src="{{static}}/images/devtools-1.gif" alt="" 96 <img src="{{static}}/images/console-button.gif" 110 as it adds images to itself. 120 <img src="{{static}}/images/devtools-2.gif" alt="" 127 It should show 20 "hello world" images. 156 <img src="{{static}}/images/devtools-localvars.gif" alt="" 163 <img src="{{static}}/images/play-button.gif" 176 <img src="{{static}}/images/devtools-3.gif" 178 alt="the popup page with 10 images" /> 187 <img src="{{static}}/images/play-button.gif [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
browserAction.html | 9 <img src="{{static}}/images/browser-action.png" 32 "19": "images/icon19.png", <em>// optional</em> 33 "38": "images/icon38.png" <em>// optional</em> 55 "default_icon": "images/icon19.png" <em>// optional</em> 56 <em>// equivalent to "default_icon": { "19": "images/icon19.png" }</em> 80 Using static images is easier for simple applications, 86 <p>Static images can be in any format WebKit can display, 88 For unpacked extensions, images must be in the PNG format. 99 the icon can be defined as set of images with different sizes. 102 At the moment, the icon set can contain images with pixel sizes 19 and 38 [all...] |
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaThumbRequest.java | 37 import android.provider.MediaStore.Images; 40 import android.provider.MediaStore.Images.ImageColumns; 96 : Images.Thumbnails.EXTERNAL_CONTENT_URI; 99 : Images.Thumbnails.IMAGE_ID; 121 values.put(Images.Thumbnails.KIND, Images.Thumbnails.MINI_KIND); 123 values.put(Images.Thumbnails.WIDTH, thumbnail.getWidth()); 124 values.put(Images.Thumbnails.HEIGHT, thumbnail.getHeight()); 180 Images.Thumbnails.MINI_KIND); 225 // both video/images table use the same column name "mini_thumb_magic [all...] |
/external/skia/ |
Android.mk | 282 src/images/bmpdecoderhelper.cpp \ 283 src/images/SkDecodingImageGenerator.cpp \ 284 src/images/SkImageDecoder_FactoryDefault.cpp \ 285 src/images/SkImageDecoder_FactoryRegistrar.cpp \ 286 src/images/SkImages.cpp \ 287 src/images/SkForceLinking.cpp \ 288 src/images/SkImageDecoder.cpp \ 289 src/images/SkImageDecoder_libbmp.cpp \ 290 src/images/SkImageDecoder_wbmp.cpp \ 291 src/images/SkImageDecoder_libico.cpp [all...] |
/frameworks/base/media/java/android/media/ |
ImageReader.java | 42 * {@code maxImages} constructor parameter. New images sent to an ImageReader 45 * eventually stall or drop Images in trying to render to the Surface if the 46 * ImageReader does not obtain and release Images at a rate equal to the 68 * <p>Create a new reader for images of the desired size and format.</p> 79 * The width in pixels of the Images that this reader will produce. 81 * The height in pixels of the Images that this reader will produce. 88 * The maximum number of images the user will want to 90 * memory use. Once maxImages Images are obtained by the user, one of them 134 * <p>ImageReader guarantees that all Images acquired from ImageReader (for example, with 147 * <p>ImageReader guarantees that all Images acquired from ImageReader (for example, wit [all...] |
/frameworks/base/docs/html/training/displaying-bitmaps/ |
cache-bitmap.jd | 35 complicated if you need to load a larger set of images at once. In many cases (such as with 37 android.support.v4.view.ViewPager }), the total number of images on-screen combined with images that 43 you want to avoid continually processing these images each time they come back on-screen. A memory 44 and disk cache can often help here, allowing components to quickly reload processed images.</p> 71 <li>How many images will be on-screen at once? How many need to be available ready to come 75 larger cache to hold the same number of images in memory compared to a device like <a 79 <li>How frequently will the images be accessed? Will some be accessed more frequently than others? 132 screen {@link android.widget.GridView} filled with images on a device with 800x480 resolution would 133 use around 1.5MB (800*480*4 bytes), so this would cache a minimum of around 2.5 pages of images i [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
getstarted.html | 11 <img src="images/hello-world-small.png" 13 alt="a window with a grid of images related to HELLO WORLD" /> 65 <img src="images/toolsmenu.gif" width="29" height="29" alt="" 99 <a href="images/load_after.png"><img 100 src="images/load_after_small.png" 134 <img src="images/hello-world.png" 136 alt="a popup with a grid of images related to HELLO WORLD" />
|
/external/chromium_org/chrome/browser/webdata/ |
web_data_service.h | 76 // The images, may be empty. 77 std::vector<SkBitmap> images; member in struct:WDAppImagesResult 137 // images, but only one at a particular size. If there was an image for the 141 // Sets whether all the images have been downloaded for the specified web app. 144 // Removes all images for the specified web app. 147 // Fetches the images and whether all images have been downloaded for the
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
networkLogView.css | 174 content: url(Images/resourcePlainIcon.png); 178 content: url(Images/resourcePlainIconSmall.png); 182 content: url(Images/resourceJSIcon.png); 186 content: url(Images/resourceDocumentIconSmall.png); 190 content: url(Images/resourceDocumentIcon.png); 194 content: url(Images/resourceDocumentIconSmall.png); 198 content: url(Images/resourceCSSIcon.png); 202 content: url(Images/resourceDocumentIconSmall.png); 207 background-image: url(Images/resourcePlainIcon.png); 213 background-image: url(Images/resourcePlainIconSmall.png) [all...] |
dataGrid.css | 48 background-image: url(Images/glossyHeader.png); 143 background-image: url(Images/glossyHeaderPressed.png); 149 background-image: url(Images/glossyHeaderSelected.png); 154 background-image: url(Images/glossyHeaderSelectedPressed.png); 162 background-image: url(Images/statusbarButtonGlyphs.png); 174 background-image: url(Images/statusbarButtonGlyphs2x.png); 193 background-image: url(Images/glossyHeader.png); 200 -webkit-mask-image: url(Images/statusbarButtonGlyphs.png); 218 -webkit-mask-image: url(Images/statusbarButtonGlyphs2x.png);
|
/external/chromium_org/ui/webui/resources/ |
webui_resources.grd | 84 file="images/apps/topbar_button_close.png" type="BINDATA" /> 86 file="images/apps/topbar_button_maximize.png" type="BINDATA" /> 88 file="images/apps/topbar_button_minimize.png" type="BINDATA" /> 90 file="images/apps/topbar_button_settings.png" type="BINDATA" /> 92 file="images/apps/button_butter_bar_close.png" type="BINDATA" /> 94 file="images/apps/button_butter_bar_close_hover.png" type="BINDATA" /> 96 file="images/apps/button_butter_bar_close_pressed.png" type="BINDATA" /> 161 file="images/2x/apps/topbar_button_close.png" type="BINDATA" /> 163 file="images/2x/apps/topbar_button_maximize.png" type="BINDATA" /> 165 file="images/2x/apps/topbar_button_minimize.png" type="BINDATA" / [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.provider.MediaStore.Images.Media.html | 10 android.provider.MediaStore.Images.Media 32 <a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a> 36 <!-- <img src="/assets/images/icon_world.jpg" alt="" /> --> 74 Class android.provider.<A HREF="../../../../reference/android/provider/MediaStore.Images.Media.html" target="_top"><font size="+2"><code>MediaStore.Images.Media</code></font></A> 87 <A NAME="android.provider.MediaStore.Images.Media.DEFAULT_SORT_ORDER"></A> 88 <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.Images.Media.html#DEFAULT_SORT_ORDER" target="_top"><code>DEFAULT_SORT_ORDER</code></font></A></nobr> </TD>
|
/external/chromium_org/chrome/browser/prefs/ |
pref_functional_browsertest.cc | 79 // Verify image content settings show or hide images. 89 "for (i=0; i < document.images.length; i++) {" 90 " if ((document.images[i].naturalWidth != 0) &&" 91 " (document.images[i].naturalHeight != 0)) {" 103 value.SetInteger("images", 2); 163 // Verify images are not blocked in incognito mode. 176 "for (i=0; i < document.images.length; i++) {" 177 " if ((document.images[i].naturalWidth != 0) &&" 178 " (document.images[i].naturalHeight != 0)) {"
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.provider.MediaStore.Images.Thumbnails.html | 10 android.provider.MediaStore.Images.Thumbnails 32 <a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a> 36 <!-- <img src="/assets/images/icon_world.jpg" alt="" /> --> 74 Class android.provider.<A HREF="../../../../reference/android/provider/MediaStore.Images.Thumbnails.html" target="_top"><font size="+2"><code>MediaStore.Images.Thumbnails</code></font></A> 86 <A NAME="android.provider.MediaStore.Images.Thumbnails.cancelThumbnailRequest_added(android.content.ContentResolver, long, long)"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/provider/MediaStore.Images.Thumbnails.html#cancelThumbnailRequest(android.content.ContentResolver, long, long)" target="_top"><code>cancelThumbnailRequest</code></A>(<code>ContentResolver,</nobr> long<nobr>,</nobr> long<nobr><nobr></code>)</nobr> 93 <A NAME="android.provider.MediaStore.Images.Thumbnails.getThumbnail_added(android.content.ContentResolver, long, long, int, android.graphics.BitmapFactory.Options)"></A> 94 <nobr><code>Bitmap</code> <A HREF="../../../../reference/android/provider/MediaStore.Images.Thumbnails.html#getThumbnail(android.content.ContentResolver, long, long, int, android.graphics.BitmapFactory.Options)" target="_top"><code>getThumbnail</code></A>(<code>ContentResolver,</nobr> long<nobr>,</nobr> long<nobr>,</nobr> int<nobr>,</nobr> Options<nobr><nobr></code>)</nobr>
|
/development/samples/SampleSyncAdapter/ |
_index.html | 40 <img alt="Screenshot 1" src="../images/SampleSyncAdapter1.png" /> 41 <img alt="Screenshot 2" src="../images/SampleSyncAdapter2.png" /> 42 <img alt="Screenshot 3" src="../images/SampleSyncAdapter3.png" />
|
/external/chromium_org/chrome/browser/resources/safe_browsing/ |
malware_block_v2.html | 20 src="images/malware_icon_v2.png" alt="" /> 23 src="images/subresource_icon.png" alt="" /> 25 src="images/phishing_icon.png" alt="" />
|
/external/chromium_org/third_party/skia/include/core/ |
SkImageInfo.h | 22 * in their alpha field. Used for legacy images that wrote 0 or garbarge 43 * alpha. e.g. this is the default configuration for PNG images. 45 * This alpha-type is ONLY supported for input images. Rendering cannot
|
/external/chromium_org/ui/views/ |
border.h | 75 // the same as the insets. For example, a Border may paint images to draw 77 // such that these images would not be clipped or overlapping -- but the 79 // content laid out relative to these images.
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
ParticleMesh.java | 75 * Set the images on the X and Y coordinates 76 * @param imagesX Images on the X coordinate 77 * @param imagesY Images on the Y coordinate
|
/external/skia/include/core/ |
SkImageInfo.h | 22 * in their alpha field. Used for legacy images that wrote 0 or garbarge 43 * alpha. e.g. this is the default configuration for PNG images. 45 * This alpha-type is ONLY supported for input images. Rendering cannot
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ak4xxx-adda.h | 62 unsigned char images[AK4XXX_IMAGE_SIZE]; /* saved register image */ member in struct:snd_akm4xxx 88 (ak)->images[(chip) * 16 + (reg)] 90 ((ak)->images[(chip) * 16 + (reg)] = (val))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ak4xxx-adda.h | 62 unsigned char images[AK4XXX_IMAGE_SIZE]; /* saved register image */ member in struct:snd_akm4xxx 88 (ak)->images[(chip) * 16 + (reg)] 90 ((ak)->images[(chip) * 16 + (reg)] = (val))
|
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider2.java | 48 import android.provider.BrowserContract.Images; 98 static final String TABLE_IMAGES = "images"; 105 static final String TABLE_BOOKMARKS_JOIN_IMAGES = "bookmarks LEFT OUTER JOIN images " + 106 "ON bookmarks.url = images." + Images.URL; 107 static final String TABLE_HISTORY_JOIN_IMAGES = "history LEFT OUTER JOIN images " + 108 "ON history.url = images." + Images.URL; 116 "ON history.url = bookmarks.url LEFT OUTER JOIN images " + 117 "ON history.url = images.url_key" [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WEBPImageDecoderTest.cpp | 190 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/webp-animated.webp"); 207 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/webp-animated.webp"); 249 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/webp-animated-opaque.webp"); 292 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/webp-animated-no-blend.webp"); 337 { "/LayoutTests/fast/images/resources/webp-animated.webp", 3u, cAnimationLoopInfinite }, 338 { "/LayoutTests/fast/images/resources/webp-animated-icc-xmp.webp", 13u, 32000 }, 371 testInvalidImage("/LayoutTests/fast/images/resources/invalid-animated-webp.webp"); 373 testInvalidImage("/LayoutTests/fast/images/resources/invalid-animated-webp3.webp"); 380 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/invalid-animated-webp2.webp"); 396 RefPtr<SharedBuffer> fullData = readFile("/LayoutTests/fast/images/resources/invalid-animated-webp4.webp") [all...] |
/cts/tests/assets/webkit/ |
embedded_image.html | 21 <img src="../images/robot.png" alt="robot" />
|