/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
RootsFragment.java | 291 RootItem images = null; local 307 images = new RootItem(root); 327 if (images != null) add(images);
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
ui_test.rs | 249 // Display sample images in a mesh with different texture 297 float size = 100.0f; // size of images 331 // Display both images and text as shown in launcher and homepage 401 // Display images and text with live wallpaper in the background
|
/frameworks/base/tools/aapt/ |
Android.mk | 23 Images.cpp \
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
IImage.java | 25 * The interface of all images used in gallery.
|
/packages/apps/UnifiedEmail/src/com/android/mail/photo/ |
MailPhotoViewActivity.java | 69 * Start a new MailPhotoViewActivity to view the given images. 71 * @param imageListUri The uri to query for the images that you want to view. The resulting 89 * Start a new MailPhotoViewActivity to view the given images. 91 * @param imageListUri The uri to query for the images that you want to view. The resulting
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ImageCanvas.java | 78 * Return an arbitrary integer to associate with any asynchronous requests for images that
|
/packages/screensavers/PhotoTable/res/values/ |
strings.xml | 23 <!-- Name of the Photo Frame screensaver, which cross-fades between images. [CHAR LIMIT=40] -->
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
CursorPhotoSource.java | 23 * Common implementation for sources that load images from a cursor.
|
/pdk/apps/CameraITS/tests/ |
test_black_white.py | 29 """Test that the device will produce full black+white images.
|
test_latching.py | 29 request parameters between shots. Checks that the images that come back
|
test_param_black_level_lock.py | 45 # level, since the images are all dark (shot with the lens covered).
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
sgml_input.html | 42 <img border="0" src="http://ogame182.de/epicblue/images/metall.gif" width="42" height="22"> 45 <img border="0" src="http://ogame182.de/epicblue/images/kristall.gif" width="42" height="22"> 48 <img border="0" src="http://ogame182.de/epicblue/images/deuterium.gif" width="42" height="22"> 51 <img border="0" src="http://ogame182.de/epicblue/images/energie.gif" width="42" height="22">
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
sgml_input.html | 42 <img border="0" src="http://ogame182.de/epicblue/images/metall.gif" width="42" height="22"> 45 <img border="0" src="http://ogame182.de/epicblue/images/kristall.gif" width="42" height="22"> 48 <img border="0" src="http://ogame182.de/epicblue/images/deuterium.gif" width="42" height="22"> 51 <img border="0" src="http://ogame182.de/epicblue/images/energie.gif" width="42" height="22">
|
/prebuilts/tools/common/http-client/src/ |
commons-codec-1.4-src.zip | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.package/ |
plugin.xml | 44 value="platform:/plugin/org.eclipse.platform/images/">
|
/build/tools/droiddoc/templates-sac/assets/ |
android-developer-docs.css | 32 background-image:url(images/bg_fade.jpg); 201 background:transparent url(images/preliminary.png) repeat scroll 0 0; */ 250 background-image: url(images/bg_images_sprite.png); 263 background-image: url(images/bg_images_sprite.png); 285 background-image: url(images/bg_images_sprite.png); 299 background-image: url(images/bg_images_sprite.png); 395 background-image:url(images/bg_community_leftDiv.jpg); 434 background-image:url(images/hr_gray_side.jpg); 449 background-image:url(images/hr_gray_main.jpg); 679 background:url(images/home/bg_home_announcement.png) no-repeat 0 0 [all...] |
/build/tools/droiddoc/templates-sdk/assets/ |
android-developer-docs.css | 32 background-image:url(images/bg_fade.jpg); 201 background:transparent url(images/preliminary.png) repeat scroll 0 0; */ 250 background-image: url(images/bg_images_sprite.png); 263 background-image: url(images/bg_images_sprite.png); 285 background-image: url(images/bg_images_sprite.png); 299 background-image: url(images/bg_images_sprite.png); 395 background-image:url(images/bg_community_leftDiv.jpg); 434 background-image:url(images/hr_gray_side.jpg); 449 background-image:url(images/hr_gray_main.jpg); 679 background:url(images/home/bg_home_announcement.png) no-repeat 0 0 [all...] |
/external/chromium_org/chrome/installer/mac/ |
pkg-dmg | 137 to disk images. 161 disk images. B<--resource> may appear multiple times. 164 to disk images. 229 When possible, disk images are created without any partition tables. This 232 is not terribly handy on disk images that are not intended to represent any 237 Read-write images are created with journaling off. Any read-write image 239 is to create images which consume a minimum of space. 319 # hdiutil create is used to create empty disk images that 324 # mounting disk images in the default /Volumes. This reduces 339 # Using hdiutil attach -mountpoint didn't always keep images [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
GenerateResults.java | 852 // Copy images and scripts to output dir 854 // URL images = bundle.getEntry("images"); 855 // if (images != null) { 856 // images = FileLocator.resolve(images); 857 // Utils.copyImages(new File(images.getPath()), this.outputDir); 859 /* New way to get images 864 Utils.copyImages(bundleFile.getFile("images", true), this.outputDir); 867 Enumeration imageFiles = bundle.findEntries("images", "*.gif", false) [all...] |
/external/chromium_org/chrome/browser/ |
browser_resources.grd | 181 <include name="IDR_LOCAL_NTP_IMAGES_2X_LOGO_PNG" file="resources\local_ntp\images\2x\ntp_google_logo.png" type="BINDATA" /> 182 <include name="IDR_LOCAL_NTP_IMAGES_2X_WHITE_LOGO_PNG" file="resources\local_ntp\images\2x\ntp_white_google_logo.png" type="BINDATA" /> 237 file="resources\print_preview\images\printer.png" type="BINDATA" /> 239 file="resources\print_preview\images\printer_shared.png" type="BINDATA" /> 241 file="resources\print_preview\images\google_doc.png" type="BINDATA" /> 243 file="resources\print_preview\images\pdf.png" type="BINDATA" /> 245 file="resources\print_preview\images\third_party.png" type="BINDATA" /> 247 file="resources\print_preview\images\third_party_fedex.png" type="BINDATA" /> 249 file="resources\print_preview\images\mobile.png" type="BINDATA" /> 251 file="resources\print_preview\images\mobile_shared.png" type="BINDATA" / [all...] |
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gtk2_ui.cc | 45 // and images for aura. 53 // colors and images. 116 // A list of images that we provide while in gtk mode. 196 CR_DEFINE_STATIC_LOCAL(std::set<int>, images, ()); 197 if (images.empty()) { 198 images.insert(kThemeImages, kThemeImages + arraysize(kThemeImages)); 199 images.insert(kAutocompleteImages, 203 images.insert(kGtkIcons[i].idr); 205 images.insert(kOtherToolbarButtonIDs, 209 return images.count(id) > 0 [all...] |
/external/libpng/ |
libpng-1.2.44.txt | 395 Since very few applications really need to process such large images, 397 Larger images will be rejected immediately with a png_error() call. If 403 to allow all valid dimensions (libpng may reject some very large images 443 PNG_TRANSFORM_INVERT_MONO Invert monochrome images 658 non-paletted images (PNG_INFO_tRNS) [all...] |
libpng-1.2.46.txt | 395 Since very few applications really need to process such large images, 397 Larger images will be rejected immediately with a png_error() call. If 403 to allow all valid dimensions (libpng may reject some very large images 443 PNG_TRANSFORM_INVERT_MONO Invert monochrome images 658 non-paletted images (PNG_INFO_tRNS) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/ |
MeteringTest.java | 241 // Test case 1: Two images have the same metering area. Image 1 has 242 // a diffent weight than Image 2. The result images should be 260 // Test case 2: Two images have different metering areas. Image 1 has 262 // grey square as its metering area. The weights for both images are 278 // Test case 3: Two images have different metering areas. Image one has 297 // Test case 4: Two images have different metering areas. Image one has 300 // the same for both images. Image 1 is expected to be darker than 316 // Test case 5: Two images have different metering areas. Image one has
|
/cts/hostsidetests/holo/src/android/holo/cts/ |
ComparisonTask.java | 32 * Compares the images generated by the device with the reference images.
|