HomeSort by relevance Sort by last modified time
    Searched full:images (Results 851 - 875 of 6197) sorted by null

<<31323334353637383940>>

  /frameworks/base/docs/html/guide/practices/ui_guidelines/
activity_task_design.jd 212 <img src={@docRoot}images/activity_task_design/ContactsDialer.png>
218 <img src={@docRoot}images/activity_task_design/ContactsList.png>
224 <img src={@docRoot}images/activity_task_design/ContactView.png>
230 <img src={@docRoot}images/activity_task_design/ContactNew.png>
407 <img src={@docRoot}images/activity_task_design/HomeTaskBasics1a.png>
430 <img src={@docRoot}images/activity_task_design/HomeTaskBasics1b.png>
450 <img src={@docRoot}images/activity_task_design/HomeTaskBasics1c.png>
521 <img src={@docRoot}images/activity_task_design/ReusingAnActivity1.png>
543 <img src={@docRoot}images/activity_task_design/ReusingAnActivity2.png>
575 <img src={@docRoot}images/activity_task_design/ReplacingAnActivity.png
    [all...]
  /frameworks/base/docs/html/tools/sdk/
eclipse-adt.jd 59 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
96 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
130 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
168 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
203 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
240 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
277 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
304 typos, orientation tags in layouts, overlapping names for 9-patches and images, and class
321 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
379 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img
    [all...]
tools-notes.jd 32 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
64 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
98 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
146 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
186 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
222 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
263 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
295 typos, orientation tags in layouts, overlapping names for 9-patches and images, and class
318 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
353 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img
    [all...]
  /external/chromium_org/tools/grit/grit/format/
html_inline.py 144 called to rewrite html content before inlining images.
254 # Allow custom modifications before inlining images.
276 # can link to images that need to be added to the file set.
284 """Helper function that inlines external images in CSS backgrounds."""
321 # We need to inline css and js before we inline images so that image
338 # Allow custom modifications before inlining images.
  /external/chromium_org/ui/views/bubble/
bubble_border.cc 38 // The thickness of border and arrow images and their interior areas.
39 // Thickness is the width of left/right and the height of top/bottom images.
221 // Calculate the minimum offset to not overlap arrow and corner images.
268 // Enlarge the contents size by the thickness of the border images.
273 // Ensure the bubble is large enough to not overlap border and arrow images.
366 // Fill the contents with a round-rect region to match the border images.
  /frameworks/base/docs/html/about/versions/
android-1.5.jd 83 $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png"));
88 $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png"));
118 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" />
141 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
155 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
164 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
  /frameworks/base/docs/html/distribute/googleplay/spotlight/
games.jd 52 <img alt="Android app on Google Play" src="//developer.android.com/images/brand/en_generic_rgb_wo_45.png" />
84 <img src="{@docRoot}images/distribute/concrete-pbc-gpgames.jpg">
129 <img alt="Android app on Google Play" src="//developer.android.com/images/brand/en_generic_rgb_wo_45.png" />
158 <img src="{@docRoot}images/distribute/glu-ew-gpgames.jpg"></a>
205 <img alt="Android app on Google Play" src="//developer.android.com/images/brand/en_generic_rgb_wo_45.png" />
234 <img src="{@docRoot}images/distribute/vector-unit-rt-gpgames.jpg"></a>
  /frameworks/base/docs/html/tools/support-library/
setup.jd 69 <img src="{@docRoot}images/tools/sdk-manager-support-libs.png" width="525" alt="" />
92 <p>Some Support Libraries contain resources beyond compiled code classes, such as images or XML
109 <img src="/assets/images/triangle-closed.png" class="toggle-content-img" alt=""
128 <img src="/assets/images/triangle-closed.png" class="toggle-content-img" alt=""
158 <img src="/assets/images/triangle-closed.png" class="toggle-content-img" alt=""
214 <img src="/assets/images/triangle-closed.png" class="toggle-content-img" alt=""
  /frameworks/base/docs/html/training/secure-file-sharing/
share-file.jd 96 your app's <code>files/images/</code> directory in internal storage and allows the user to pick
104 // The path to the "images" subdirectory
106 // Array of files in the images subdirectory
119 // Get the files/images subdirectory;
120 mImagesDir = new File(mPrivateRootDir, "images");
121 // Get the files in the images subdirectory
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 33 import android.provider.MediaStore.Images;
34 import android.provider.MediaStore.Images.Thumbnails;
91 boolean wantMini = (kind == Images.Thumbnails.MINI_KIND);
142 if (kind == Images.Thumbnails.MICRO_KIND) {
178 if (kind == Images.Thumbnails.MINI_KIND) {
189 } else if (kind == Images.Thumbnails.MICRO_KIND) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
DividedImageCanvas.java 40 * and maximum of 4 images. As images are added, they
43 * 2 Images: Draw 2 bitmaps split vertically down the middle.
44 * 3 Images: Draw 3 bitmaps: the first takes up all vertical space; the 2nd and 3rd are stacked in
46 * 4 Images: Divide the Canvas into 4 equal quadrants and draws 1 bitmap in each.
148 // Some times we load taller images compared to the destination rect on the canvas
  /development/ide/xcode/gif.xcodeproj/
project.pbxproj 21 008CFC4C0C04B77E00FB4126 /* SkMovie_gif.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkMovie_gif.cpp; path = ../../libs/graphics/images/SkMovie_gif.cpp; sourceTree = SOURCE_ROOT; };
22 00B13BE20C0C6EFA0033F013 /* SkMovie.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkMovie.cpp; path = ../../libs/graphics/images/SkMovie.cpp; sourceTree = SOURCE_ROOT; };
29 FE7B86230948E6A1001B952C /* SkImageDecoder_libgif.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageDecoder_libgif.cpp; path = ../../libs/graphics/images/SkImageDecoder_libgif.cpp; sourceTree = SOURCE_ROOT; };
  /development/ide/xcode/giflib.xcodeproj/
project.pbxproj 23 0008AE7A0DABECB600477EFB /* SkImageDecoder_libgif.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageDecoder_libgif.cpp; path = ../../libs/graphics/images/SkImageDecoder_libgif.cpp; sourceTree = SOURCE_ROOT; };
24 0008AE7B0DABECB600477EFB /* SkMovie.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkMovie.cpp; path = ../../libs/graphics/images/SkMovie.cpp; sourceTree = SOURCE_ROOT; };
25 0008AE7C0DABECB600477EFB /* SkMovie_gif.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkMovie_gif.cpp; path = ../../libs/graphics/images/SkMovie_gif.cpp; sourceTree = SOURCE_ROOT; };
  /docs/source.android.com/src/
license.jd 66 <img src="http://developer.android.com/images/android-logo.png" alt="Android"
104 If your online work <em>exactly reproduces</em> text or images from this
122 If your online work shows <em>modified</em> text or images based on
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.cc 182 // TODO(wyck): use thumbnailer to get better page images
258 // Load the tab images once now, and maybe again later if the theme changes.
265 // We're not letting people override tab images just yet.
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.h 180 // The different images used for the background.
222 // The height of the box formed by the background images and its labels.
225 // The y coordinate of the box formed by the background images and its labels.
  /external/chromium/chrome/browser/
utility_process_host.h 46 // message catalogs. |images| contains a list of decoded images and the
47 // associated paths where those images live on disk.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news_i18n/
feed.html 155 var images = doc.getElementsByTagName("image");
157 if (images.length != 0) {
158 var urls = images[0].getElementsByTagName("url");
  /external/chromium_org/ash/wm/caption_buttons/
frame_caption_button_container_view_unittest.cc 90 // Returns true if the images for |button|'s states match the passed in ids.
174 // Test how the header style affects which images are used for the buttons.
220 // immersive fullscreen. They should use the same images as maximized.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_i18n/
feed.html 155 var images = doc.getElementsByTagName("image");
157 if (images.length != 0) {
158 var urls = images[0].getElementsByTagName("url");
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
angular_framework.html 16 <img src="{{static}}/images/uploader.png"
63 <li>XHR2 to load images, cross-domain</li>
157 <img src="{{static}}/images/noframe.png"
167 <img src="{{static}}/images/customframe.png"
513 <img src="{{static}}/images/listoffiles.png"
528 <img src="{{static}}/images/csperrors.png"
538 <code>https://ssl.gstatic.com/docs/doclist/images/icon_10_document_list.png</code>.
592 <img src="{{static}}/images/fileicons.png"
605 Every time, n images are fetched:
608 <img src="{{static}}/images/fetchedicon.png
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.h 21 This class provides all functionality needed for loading images, style sheets and html
46 // This cache holds subresources used by Web pages: images, scripts, stylesheets, etc.
102 TypeStatistic images; member in struct:WebCore::MemoryCache::Statistics
  /external/chromium_org/third_party/mesa/src/docs/
MESA_ycbcr_texture.spec 34 This extension supports texture images stored in the YCbCr format.
35 There is no support for converting YCbCr images to RGB or vice versa
38 operations take place. Only 2D texture images are supported (not
  /external/chromium_org/ui/gfx/image/
image.h 11 // tied to the lifetime of the Image's internal storage. To allow Images to be
13 // counted member. When all Images referencing this storage are deleted, the
16 // Images can be empty, in which case they have no backing representation.
image_family_unittest.cc 118 // Between two images' aspect ratio.
154 // Test adding and looking up images with 0 width and height.
158 // Images with 0 width OR height should be treated the same as an image with 0

Completed in 647 milliseconds

<<31323334353637383940>>