/frameworks/base/docs/html/guide/developing/tools/ |
D | etc1tool.jd | 7 <p><code>etc1tool</code> is a command line utility that lets you encode PNG 8 images to the ETC1 compression standard and decode ETC1 compressed images back to PNG.</p> 36 <td>Create an ETC1 file from a PNG file. 43 <td>Create a raw ETC1 data file (without a header) from a PNG file.</td> 49 <td>Create a PNG file from an ETC1 file</td>
|
D | draw9patch.jd | 17 You'll need the PNG image with which you'd like to create a NinePatch.</p> 23 <li>Drag your PNG image into the Draw 9-patch window 38 <p class="note"><strong>Note:</strong> A normal PNG file (<code>*.png</code>) will be
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
D | BitmapFactoryTest.java | 36 bitmap1.compress(Bitmap.CompressFormat.PNG, 100, out); in testBitmapParcelFileDescriptor()
|
/frameworks/base/docs/html/intl/ja/guide/basics/ |
D | what-is-android.jd | 15 <li>音声、映像、静止画の一般的なフォーマット(MPEG4、H.264、MP3、AAC、AMR、JPG、PNG、GIF)に対する<strong>メディア サポート</strong></li> 58 …trong> - PacketVideo の OpenCORE をベースにしたライブラリです。MPEG4、H.264、MP3、AAC、AMR、JPG、PNG などの多くの一般的な映像と音声のフォー…
|
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
D | CarouselViewUtilities.java | 31 bitmap.compress(Bitmap.CompressFormat.PNG, 100, os); in writeBitmapToFile()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GetBitmapActivity.java | 59 b.compress(Bitmap.CompressFormat.PNG, 100, out); in onCreate()
|
D | GLTextureViewActivity.java | 69 b.compress(Bitmap.CompressFormat.PNG, 100, out); in onCreate()
|
/frameworks/base/media/libstagefright/codecs/common/include/ |
D | voIndex.h | 126 _MAKE_CODEC_ID (0x430000, PNG)
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_dialog.jd | 79 <p><strong>Final art must be exported as a transparent PNG file. Do not include 159 <li>Export the icon at 32x32 as a PNG file with transparency enabled.</li>
|
D | icon_design_list.jd | 80 <p><strong>Final art must be exported as a transparent PNG file. Do not include 155 <li>Export the icon at 32x32 as a PNG file with transparency enabled.</li>
|
D | icon_design_menu.jd | 50 <p><strong>Final art must be exported as a transparent PNG file. Do not include 270 <li><strong>Final art must be exported as a transparent PNG file.</strong></li> 353 <li>Export the icon at 48x48 as a PNG file with transparency enabled.</li>
|
D | icon_design_tab.jd | 46 <p><strong>Final art must be exported as a transparent PNG file. Do not include 390 <li>Export the icon at 32x32 as a PNG file with transparency enabled.</li> 449 <li>Export the icon at 32x32 as a PNG file with transparency enabled.</li>
|
D | icon_design_action_bar.jd | 47 <p><strong>Final art must be exported as a transparent PNG file. Do not include
|
D | icon_design_status_bar.jd | 406 <li><strong>Final art must be exported as a transparent PNG file.</strong></li> 497 <li>Export the icon at 25x25 as a PNG file with transparency enabled.</li>
|
D | icon_design_launcher_archive.jd | 399 <li><strong>Final art must be scaled down and exported as a transparent PNG file 519 <li>Export the icon at 48x48 as a PNG file with transparency enabled.</li>
|
/frameworks/base/docs/html/guide/basics/ |
D | what-is-android.jd | 24 image formats (MPEG4, H.264, MP3, AAC, AMR, JPG, PNG, 98 AMR, JPG, and PNG</li>
|
/frameworks/base/media/java/android/media/videoeditor/ |
D | OverlayFrame.java | 195 mBitmap.compress(CompressFormat.PNG, 100, out); in save()
|
D | MediaArtistNativeHelper.java | 340 public static final int PNG = 8; field in MediaArtistNativeHelper.FileType 3233 case FileType.PNG: in getFileType() 3373 retValue = FileType.PNG; in getMediaItemFileType()
|
/frameworks/base/docs/html/guide/developing/debugging/ |
D | debugging-ui.jd | 147 To save a screenshot of Tree View to a PNG file, click <strong>Save As PNG</strong> at 428 You can save the screen image being displayed in the Pixel Perfect pane as a PNG file. 430 <strong>Save as PNG</strong> at the top of the window. This displays a dialog, 484 The overlay is not saved as part of the screenshot when you save the screen image as a PNG
|
/frameworks/base/docs/html/guide/appendix/ |
D | media-formats.jd | 190 <td>PNG</td> 195 PNG (.png)</td>
|
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 494 bitmap.compress(Bitmap.CompressFormat.PNG, 90, fos); in setBitmap()
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | 2d-graphics.jd | 210 project resources. Supported file types are PNG (preferred), JPG (acceptable) and GIF 221 <code>aapt</code> tool during the build process. For example, a true-color PNG that does 222 not require more than 256 colors may be converted to an 8-bit PNG with a color palette. This 440 standard PNG
|
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 685 PNG (1), enumConstant
|
/frameworks/base/docs/html/sdk/ |
D | tools-notes.jd | 156 <li>Introduced a "PNG crunch cache" that only runs on modified PNG files, instead of 157 crunching all existing PNG files, all the time.</li>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | GlobalScreenshot.java | 174 image.compress(Bitmap.CompressFormat.PNG, 100, out); in doInBackground()
|