HomeSort by relevance Sort by last modified time
    Searched full:images (Results 26 - 50 of 1771) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/services/java/com/android/server/
DemoDataSet.java 28 import android.provider.MediaStore.Images;
53 // Add images from /android/images
61 = new File(rootDirectory, "images").list();
65 Slog.i(LOG_TAG, "addDefaultImages: no images found!");
75 Images.Media.insertImage(mContentResolver, path, name, null);
86 // addImage("Violet", "images/violet.png");
87 // addImage("Corky", "images/corky.png");
110 url = mContentResolver.insert(Images.Media.INTERNAL_CONTENT_URI, imagev);
  /frameworks/base/docs/html/resources/tutorials/views/
index.jd 34 <a href="hello-linearlayout.html"><img src="images/hello-linearlayout.png" height="285" width="200"
40 <a href="hello-relativelayout.html"><img src="images/hello-relativelayout.png" height="285"
46 <a href="hello-tablelayout.html"><img src="images/hello-tablelayout.png" height="285" width="200"
52 <a href="hello-gridview.html"><img src="images/hello-gridview.png" height="285" width="200" /></a>
57 <a href="hello-tabwidget.html"><img src="images/hello-tabwidget.png" height="285" width="200" /></a>
62 <a href="hello-listview.html"><img src="images/hello-listview.png" height="285" width="200" /></a>
71 <a href="hello-datepicker.html"><img src="images/hello-datepicker.png" height="285" width="200"
77 <a href="hello-timepicker.html"><img src="images/hello-timepicker.png" height="285" width="200"
83 <a href="hello-formstuff.html"><img src="images/hello-formstuff.png" height="285" width="200" /></a>
88 <a href="hello-spinner.html"><img src="images/hello-spinner.png" height="285" width="200" /></a
    [all...]
  /external/webkit/WebKit/chromium/src/js/
devTools.css 30 -webkit-mask-image: url(Images/focusButtonGlyph.png);
34 content: url(Images/profileIcon.png);
38 content: url(Images/profileSmallIcon.png);
156 -webkit-border-image: url(Images/segmentChromium.png) 0 12 0 2;
160 -webkit-border-image: url(Images/segmentEndChromium.png) 0 2 0 2;
164 -webkit-border-image: url(Images/segmentSelectedChromium.png) 0 12 0 2;
170 -webkit-border-image: url(Images/segmentSelectedChromium.png) 0 12 0 2;
174 -webkit-border-image: url(Images/segmentSelectedEndChromium.png) 0 2 0 2;
178 -webkit-border-image: url(Images/segmentHoverChromium.png) 0 12 0 2;
182 -webkit-border-image: url(Images/segmentHoverChromium.png) 0 12 0 2
    [all...]
  /development/pdk/docs/
README 10 images -- images used in docs; note: this is NOT for UI assets/skins
  /bootable/diskinstaller/
installer.conf 0 images {
  /development/pdk/docs/porting/bluetooth/
bluetooth_process.jd 7 <img src="images/androidBluetoothProcessDiagram.jpg">
  /development/samples/SoftKeyboard/
_index.html 7 <img alt="" src="../images/SoftKeyboard.png" /
  /external/sonivox/docs/
EASLibrary3_5.odt 
EAS_API_Reference.odt 
JET_Programming_Manual.odt 
  /frameworks/base/docs/html/guide/tutorials/views/
index.jd 34 <a href="hello-linearlayout.html"><img src="images/hello-linearlayout.png" height="285" width="200" /></a>
38 <a href="hello-relativelayout.html"><img src="images/hello-relativelayout.png" height="285" width="200" /></a>
42 <a href="hello-tablelayout.html"><img src="images/hello-tablelayout.png" height="285" width="200" /></a>
47 <a href="hello-datepicker.html"><img src="images/hello-datepicker.png" height="285" width="200" /></a>
52 <a href="hello-timepicker.html"><img src="images/hello-timepicker.png" height="285" width="200" /></a>
56 <a href="hello-formstuff.html"><img src="images/hello-formstuff.png" height="285" width="200" /></a>
60 <a href="hello-spinner.html"><img src="images/hello-spinner.png" height="285" width="200" /></a>
65 <a href="hello-autocomplete.html"><img src="images/hello-autocomplete.png" height="285" width="200" /></a>
69 <a href="hello-listview.html"><img src="images/hello-listview.png" height="285" width="200" /></a>
73 <a href="hello-gridview.html"><img src="images/hello-gridview.png" height="285" width="200" /></a
    [all...]
  /frameworks/base/docs/html/
robots.txt 5 Disallow: /images/
  /frameworks/base/graphics/java/android/graphics/drawable/
package.html 5 by widgets as background images or simply as indicators (for example, a volume
  /external/webkit/WebKit/mac/Misc/
WebCache.mm 49 [NSNumber numberWithInt:s.images.count], @"Images",
59 [NSNumber numberWithInt:s.images.size], @"Images",
69 [NSNumber numberWithInt:s.images.liveSize], @"Images",
79 [NSNumber numberWithInt:s.images.decodedSize], @"Images",
89 [NSNumber numberWithInt:s.images.purgeableSize], @"Images",
    [all...]
  /frameworks/base/media/tests/omxjpegdecoder/
Android.mk 27 # add external/skia/src/images/SkImageDecoder_libjpeg.cpp
29 ../../../../../external/skia/src/images/SkImageDecoder_libjpeg.cpp
44 $(TOP)/external/skia/include/images \
  /external/qemu/
uboot_image.h 87 * "OS Kernel Images" are usually images of some Embedded OS which
92 * "RAMDisk Images" are more or less just data blocks, and their
95 * "Multi-File Images" contain several images, typically an OS
96 * (Linux) kernel image and one or more data images like
102 * "Multi-File Images" start with a list of image sizes, each
105 * Immediately after the terminating 0 follow the images, one by
109 * "Firmware Images" are binary images containing firmware (lik
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
ImageManager.java 36 import android.provider.MediaStore.Images;
37 import android.provider.MediaStore.Images.ImageColumns;
41 * ImageManager is used to retrieve and store images in the media content
47 private static final Uri STORAGE_URI = Images.Media.EXTERNAL_CONTENT_URI;
50 * Enumerate type for the location of the images in gallery.
127 values.put(Images.Media.SIZE, size);
171 values.put(Images.Media.TITLE, title);
176 values.put(Images.Media.DISPLAY_NAME, filename);
177 values.put(Images.Media.DATE_TAKEN, dateTaken);
178 values.put(Images.Media.DATE_MODIFIED, dateTaken)
    [all...]
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
widget_design.jd 47 <p><img src="{@docRoot}images/widget_design/widget_examples.png" alt="Example
72 <img src="{@docRoot}images/widget_design/widget_sizes_portrait.png"
78 <img src="{@docRoot}images/widget_design/widget_sizes_landscape.png"
117 href="{@docRoot}images/widget_design/Music_widget_button_states.psd">download a
122 <p><a href="{@docRoot}images/widget_design/Music_widget_button_states.psd"> <img
123 src="{@docRoot}images/widget_design/buttons.png" alt="Click to download
161 <p><img src="{@docRoot}images/widget_design/portrait_sizes.png" alt="Widget
174 <p><img src="{@docRoot}images/widget_design/landscape_sizes.png" alt="Widget
181 click the images of the frames in this section to download a Photoshop file for
184 <p><a href="{@docRoot}images/widget_design/4x1_Widget_Frame_Portrait.psd"> <im
    [all...]
  /external/libpng/contrib/pngsuite/
README 6 Permission to use, copy, and distribute these images for any purpose and
9 These 15 images are part of the much larger PngSuite test-set of
10 images, available for developers of PNG supporting software. The
12 a variety of images to test interlacing, gamma settings, ancillary
15 The images in this directory represent the basic PNG color-types:
17 (1-8 bit) and grayscale or color images with alpha channel. You
  /packages/apps/Camera/src/com/android/camera/gallery/
VideoList.java 22 import android.provider.MediaStore.Images;
64 ? Images.Media.BUCKET_ID + " = '" + mBucketId + "'"
74 Cursor c = Images.Media.query(
  /cts/tools/signature-tools/templates/
Header.st 3 <a href="http://code.google.com/android/documentation.html"><img style="border: 0;" src="http://code.google.com/android/images/android_icon_125.png"/></a>
  /development/samples/Home/
_index.html 9 <img alt="" src="../images/HomeSample.png" /
  /development/samples/Snake/
_index.html 10 <img alt="" src="../images/Snake.png" />
  /development/samples/WiktionarySimple/
_index.html 10 <img alt="" src="../images/WiktionarySimple.png"/>
  /external/skia/bench/
Android.mk 24 external/skia/include/images \

Completed in 122 milliseconds

12 3 4 5 6 7 8 91011>>