Home
last modified time | relevance | path

Searched refs:PNG (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/docs/html/guide/developing/tools/
Detc1tool.jd7 <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>
Ddraw9patch.jd17 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/
DBitmapFactoryTest.java36 bitmap1.compress(Bitmap.CompressFormat.PNG, 100, out); in testBitmapParcelFileDescriptor()
/frameworks/base/docs/html/intl/ja/guide/basics/
Dwhat-is-android.jd15 <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/
DCarouselViewUtilities.java31 bitmap.compress(Bitmap.CompressFormat.PNG, 100, os); in writeBitmapToFile()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGetBitmapActivity.java59 b.compress(Bitmap.CompressFormat.PNG, 100, out); in onCreate()
DGLTextureViewActivity.java69 b.compress(Bitmap.CompressFormat.PNG, 100, out); in onCreate()
/frameworks/base/media/libstagefright/codecs/common/include/
DvoIndex.h126 _MAKE_CODEC_ID (0x430000, PNG)
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_dialog.jd79 <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>
Dicon_design_list.jd80 <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>
Dicon_design_menu.jd50 <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>
Dicon_design_tab.jd46 <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>
Dicon_design_action_bar.jd47 <p><strong>Final art must be exported as a transparent PNG file. Do not include
Dicon_design_status_bar.jd406 <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>
Dicon_design_launcher_archive.jd399 <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/
Dwhat-is-android.jd24 image formats (MPEG4, H.264, MP3, AAC, AMR, JPG, PNG,
98 AMR, JPG, and PNG</li>
/frameworks/base/media/java/android/media/videoeditor/
DOverlayFrame.java195 mBitmap.compress(CompressFormat.PNG, 100, out); in save()
DMediaArtistNativeHelper.java340 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/
Ddebugging-ui.jd147 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/
Dmedia-formats.jd190 <td>PNG</td>
195 PNG (.png)</td>
/frameworks/base/core/java/android/app/
DWallpaperManager.java494 bitmap.compress(Bitmap.CompressFormat.PNG, 90, fos); in setBitmap()
/frameworks/base/docs/html/guide/topics/graphics/
D2d-graphics.jd210 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/
DBitmap.java685 PNG (1), enumConstant
/frameworks/base/docs/html/sdk/
Dtools-notes.jd156 <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/
DGlobalScreenshot.java174 image.compress(Bitmap.CompressFormat.PNG, 100, out); in doInBackground()

12