HomeSort by relevance Sort by last modified time
    Searched full:img (Results 176 - 200 of 1465) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/res/res/raw-de/
nodomain.html 11 <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
  /frameworks/base/core/res/res/raw-es/
nodomain.html 11 <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
  /frameworks/base/core/res/res/raw-fi/
nodomain.html 11 <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
  /frameworks/base/core/res/res/raw-fr/
nodomain.html 11 <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
  /frameworks/base/core/res/res/raw-hu/
nodomain.html 11 <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
  /frameworks/base/core/res/res/raw-pt-rBR/
nodomain.html 11 <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
  /frameworks/base/docs/html/guide/topics/resources/
index.jd 32 <img src="{@docRoot}images/resources/resource_devices_diagram1.png" height="137" alt="" />
33 <p class="img-caption">
39 <img src="{@docRoot}images/resources/resource_devices_diagram2.png" height="137" alt="" />
40 <p class="img-caption">
  /frameworks/base/docs/html/resources/articles/
drawable-mutations.jd 33 <img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 307px; height: 400px;" src="images/shared_states.png" alt="" id="BLOGGER_PHOTO_ID_5331437883277472082" border="0">
57 <img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 267px; height: 400px;" src="images/all_drawables_changed.png" alt="" id="BLOGGER_PHOTO_ID_5331438978390342066" border="0">
75 <img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 307px; height: 400px;" src="images/mutated_states.png" alt="" id="BLOGGER_PHOTO_ID_5331440144116345074" border="0">
91 <img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 267px; height: 400px;" src="images/correct_drawables.png" alt="" id="BLOGGER_PHOTO_ID_5331440757515573842" border="0">
layout-tricks-stubs.jd 24 <img style="margin: 0px auto 10px; display: block; text-align: center;" src="images/viewstub1.png" alt="" id="BLOGGER_PHOTO_ID_5314039375336055346" border="0">
31 <img style="margin: 0px auto 10px; display: block; text-align: center;" src="images/viewstub2.png" alt="" id="BLOGGER_PHOTO_ID_5314039800002559378" border="0">
37 <img style="margin: 0px auto 10px; display: block; text-align: center;" src="images/viewstub3.png" alt="" id="BLOGGER_PHOTO_ID_5314040334008167378" border="0">
42 <img style="margin: 0px auto 10px; display: block; text-align: center;" src="images/viewstub4.png" alt="" id="BLOGGER_PHOTO_ID_5314040638747834450" border="0">
listview-backgrounds.jd 18 <div style="text-align: center;"><img src="images/list_fade_1.png" alt="Android's default ListView"></div>
32 <img style="margin-right: 12px;" src="images/list_fade_2.png" alt="Dark fade">
33 <img src="images/list_fade_3.png" alt="Dark list"></div>
80 <div style="text-align: center;"><img src="images/list_fade_4.png" alt="Fade on a custom background"></div>
gestures.jd 33 <img src="images/gestures_006.png" style="width: 320px; height: 480px;">
62 <img src="images/gestures_002.png" style="width: 600px; height: 512px;">
117 <img src="images/gestures.png" style="width: 320px; height: 480px;">
130 <p><img src="images/gestures_005.png" style="width: 320px; height: 480px;"></p>
196 <img src="images/gestures_004.png" style="width: 320px; height: 480px;">
203 <img src="images/gestures_003.png" style="width: 320px; height: 480px;">
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/
ImageFactory.java 127 Image img = it.next(); local
128 if (img != null && img.isDisposed() == false) {
129 img.dispose();
  /system/core/fastboot/
fastboot.c 82 fn = "boot.img";
84 fn = "recovery.img";
86 fn = "system.img";
88 fn = "userdata.img";
265 fprintf(stderr, "cannot boot a boot.img *and* ramdisk\n");
284 fprintf(stderr,"failed to create boot.img\n");
457 data = unzip_file(zip, "boot.img", &sz);
458 if (data == 0) die("update package missing boot.img");
462 data = unzip_file(zip, "recovery.img", &sz);
468 data = unzip_file(zip, "system.img", &sz)
    [all...]
  /frameworks/base/docs/html/sdk/
android-2.2-highlights.jd 29 #jd-content table.columns td img {
74 <img src="images/2.2/22home.png" alt="" height=230 />
106 <img src="images/2.2/22exchange.png" alt="" height=300 />
117 <img src="images/2.2/22gallery.png" alt="" height=220 />
144 <img src="images/2.2/22hotspot.png" alt="" height=180 />
155 <img src="images/2.2/22keyboard.png" alt="" height=220 />
182 <img src="images/2.2/jit-graph.png" alt="" height=200 />
win-usb.jd 51 $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png"));
56 $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png"));
78 #jd-content .toggle-img {
85 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" />
97 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
110 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
eclipse-adt.jd 66 $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png"));
71 $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png"));
93 #jd-content .toggle-img {
101 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" />
147 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
174 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
223 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/
Makefile 188 # Dont use the original mkfs.jffs2 on TI's servers (voice.img won't work)
247 .PHONY: suppl.img voice.img apps.img apps.tar $(BUS_DRV)
260 apps.img: apps
262 mkimgti -t data -o apps.img apps.cram
268 voice.img:
270 mkimgti -t data -o voice.img voice.jffs2
272 suppl.img:
277 mkimgti -t data -o suppl.img suppl.cra
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/
Makefile 203 # Dont use the original mkfs.jffs2 on TI's servers (voice.img won't work)
261 .PHONY: suppl.img voice.img apps.img apps.tar $(BUS_DRV)
279 apps.img: apps
281 mkimgti -t data -o apps.img apps.cram
288 voice.img:
290 mkimgti -t data -o voice.img voice.jffs2
292 suppl.img:
297 mkimgti -t data -o suppl.img suppl.cra
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-core.css 10 html,body,div,h1,h2,h3,h4,h5,h6,p,img,
128 li pre, li table, li img {
134 #jd-content dd img {
219 #headerLeft img{
313 #headerLinks img {
700 #announcement-block img {
725 #carouselMain img {
830 #app-list img {
871 .img-left {
882 .img-right
    [all...]
android-developer-docs.css 123 #side-nav .toggle-list .toggle-img {
134 #side-nav .toggle-list .toggle-list .toggle-img {
138 #side-nav .closed .toggle-img,
139 #side-nav .open .closed .toggle-img {
142 #side-nav .open .toggle-img {
450 .absent img {
546 #jd-content img {
550 #jd-content li img,
551 #jd-content dd img {
625 .jd-tagdescr img {
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 10 html,body,div,h1,h2,h3,h4,h5,h6,p,img,
25 .rebox.lil p img {
53 .rebox.lil img {
181 li pre, li table, li img {
185 dd pre, dd table, dd img {
260 #headerLeft img{
358 #headerLinks img {
583 .pageTable img {
831 #announcement-block img {
856 #carouselMain img {
    [all...]
  /frameworks/base/docs/html/sdk/ndk/
index.jd 30 $(".toggle-img", toggleable).attr("title", "hide").attr("src", "{@docRoot}assets/images/triangle-opened.png");
35 $(".toggle-img", toggleable).attr("title", "show").attr("src", "/assets/images/triangle-closed.png");
57 #jd-content .toggle-img {
64 onclick="return toggleDiv(this)"><img src="{@docRoot}assets/images/triangle-opened.png"
65 class="toggle-img"
145 onclick="return toggleDiv(this)"><img src="{@docRoot}assets/images/triangle-closed.png"
146 class="toggle-img"
219 onclick="return toggleDiv(this)"><img src="{@docRoot}assets/images/triangle-closed.png"
220 class="toggle-img"
247 onclick="return toggleDiv(this)"><img src="{@docRoot}assets/images/triangle-closed.png
    [all...]
  /build/tools/releasetools/
edify_generator.py 208 ('assert(package_extract_file("%(fn)s", "/tmp/%(kind)s.img"),\n'
209 ' write_firmware_image("/tmp/%(kind)s.img", "%(kind)s"));')
226 ('assert(package_extract_file("%(fn)s", "/tmp/%(device)s.img"),\n'
227 ' write_raw_image("/tmp/%(device)s.img", "%(device)s"),\n'
228 ' delete("/tmp/%(device)s.img"));') % args)
238 ('assert(package_extract_file("%(fn)s", "/tmp/%(partition)s.img"),\n'
239 ' write_raw_image("/tmp/%(partition)s.img", "%(partition)s"),\n'
240 ' delete("/tmp/%(partition)s.img"));')
  /development/samples/SpinnerTest/
_index.html 49 <img alt="The initial user interface for the Spinner sample application" style="height:230px;"
51 <img alt="The JUnit view in Eclipse with ADT, showing a successful test run of SpinnerTest" style="height:230px;"
  /development/samples/TicTacToeMain/
_index.html 62 <img alt="Screenshot of the main application" src="../images/TicTacToeMain.png" />
63 <img alt="Screenshot of an Activity declared in a library project" src="../images/TicTacToeLib.png" />

Completed in 275 milliseconds

1 2 3 4 5 6 78 91011>>