Searched
full:images (Results
626 -
650 of
1771) sorted by null
<<21222324252627282930>>
/frameworks/base/docs/html/guide/developing/tools/ |
zipalign.jd | 8 it causes all uncompressed data within the .apk, such as images or raw files,
|
hierarchy-viewer.jd | 38 <img src="{@docRoot}images/hierarchyviewer-layout.png" alt="" height="509" width="700" /> 69 <img src="{@docRoot}images/hierarchyviewer-pixelperfect.png" alt="" height="509" width="700" />
|
/frameworks/base/docs/html/guide/publishing/ |
publishing.jd | 37 <img id="rule" src="{@docRoot}assets/images/grad-rule-qv.png"> 39 <img src="{@docRoot}assets/images/icon_market.jpg" style="float:left;margin:0;padding:0;"> 166 <img id="rule" src="{@docRoot}assets/images/grad-rule-qv.png"> 168 <img src="{@docRoot}assets/images/icon_market.jpg" style="float:left;margin:0;padding:0;">
|
/frameworks/base/docs/html/guide/topics/ui/ |
layout-objects.jd | 78 <img src="{@docRoot}images/linearlayout.png" alt="" /> 134 <td><img src="{@docRoot}images/table_layout.png" alt="" style="margin:0" /></td> 198 <td><img src="{@docRoot}images/designing_ui_layout_example.png" alt="" style="margin:0" /></td> 232 <td>A horizontal scrolling display of images, from a bound list. </td>
|
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-linearlayout.jd | 117 <img src="images/hello-linearlayout.png" width="150px" />
|
hello-relativelayout.jd | 67 <img src="images/hello-relativelayout.png" width="150px" />
|
hello-tablelayout.jd | 109 <img src="images/hello-tablelayout.png" width="150px" />
|
/frameworks/base/docs/html/sdk/ |
android-2.0.jd | 79 $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png")); 84 $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png")); 110 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" /> 306 <li>MediaScanner now generates thumbnails for all images when they are inserted into MediaStore.</li>
|
android-2.1.jd | 84 $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png")); 89 $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png")); 119 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" /> 142 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" />
|
/packages/apps/Browser/src/com/android/browser/ |
OpenDownloadReceiver.java | 100 uri = MediaStore.Images.Media.EXTERNAL_CONTENT_URI;
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
ImageList.java | 22 import android.provider.MediaStore.Images.Media;
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
ImageButton.java | 30 // Images for the normal and pressed states.
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
ImageHelper.java | 31 * resources, and then load the filename from /images inside the resources.<br>
|
/sdk/eclipse/scripts/ |
create_ddms_symlinks.sh | 77 cpfile $DEST sdk/ddms/libs/ddmuilib/src/resources/images/$i
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
SdkConstants.java | 176 /** Name of the SDK images folder. */ 177 public final static String FD_IMAGES = "images"; 219 /** Path of the images directory relative to a platform or addon folder. 273 /** Path of the images directory relative to a folder folder.
|
/build/core/ |
cleanbuild.mk | 205 @echo "Deleted emulator userdata images." 211 @echo "Deleted images and staging directories."
|
/build/tools/droiddoc/templates/assets/ |
carousel.js | 75 img.setAttribute("src", toRoot + assetsRoot + "images/home/" + droid.icon); 107 imgDiv.innerHTML = "<img src='" + toRoot + assetsRoot + "images/home/" + droid.img + "'>";
|
/development/pdk/docs/porting/ |
release_keys.jd | 26 <p>These keys are used to sign applications separately for release images and are not used by the Android build system. The build system signs packages with the testkeys provided in <code>build/target/product/security/</code>. Because the testkeys are part of the standard Android open source distribution, they should never be used for production devices. Instead, device manufacturers should generate their own private keys for shipping release builds.</p> 78 <p>Once you have <code>signed-target-files.zip</code>, create the images so you can put it onto a device with the command below:</p>
|
/external/jpeg/ |
jdatasrc.c | 50 * This is correct behavior for reading a series of images from one source. 187 * of JPEG images can be read from the same file by calling jpeg_stdio_src
|
wrppm.c | 8 * This file contains routines to write output images in PPM/PGM format. 60 * If you need to process very wide images on a PC, you might have to compile
|
wrtarga.c | 8 * This file contains routines to write output images in Targa format. 35 * process very wide images on a PC, you might have to compile in large-memory
|
/external/libpng/contrib/pngminus/ |
README | 65 The downside of this approach is that you can not use them on images 67 larger images you will get an out-of-memory error.
|
/external/skia/include/core/ |
SkShader.h | 56 kMirror_TileMode, //!< repeat the shader's image horizontally and vertically, alternating mirror images so that adjacent images always seam
|
/external/skia/src/images/ |
SkImageDecoder_libgif.cpp | 1 /* libs/graphics/images/SkImageDecoder_libgif.cpp 72 // through fStartYPtr until a valid row is found. This is so that images
|
/frameworks/base/awt/org/apache/harmony/awt/gl/ |
ImageSurface.java | 45 * This class represent Surface for different types of Images (BufferedImage, 83 // For the moment we can build natively only images which have
|
Completed in 145 milliseconds
<<21222324252627282930>>