/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 73 ## clock_font.png 83 ## progress_font.png 86 follows the same specification as the one described for clock_font.png. 93 named sequentially (e.g. `part000.png`, `part001.png`, ...) and added to the zip archive in that 126 for fn in *.png ; do 133 pngquant --force --ext .png *.png 134 # alternatively: mogrify -colors 256 anim-tmp/*/*.png 139 zip -0qry -i \*.txt \*.png \*.wav @ ../bootanimation.zip *.txt part*
|
/frameworks/base/packages/SystemUI/scripts/ |
D | copy_profile_icons.sh | 11 adb pull /data/system/users/${photo}/photo.png 12 adb push photo.png /data/user/${user}/users/${photo}
|
/frameworks/base/cmds/screencap/ |
D | screencap.cpp | 131 bool png = false; in main() local 136 png = true; in main() 163 png = true; in main() 213 if (png) { in main()
|
/frameworks/base/packages/SystemUI/docs/ |
D | clock-plugins.md | 45 os.system('adb -s %s shell screencap -p > %s/screencap_%06d.png' % (serial, OUTPUT_FOLDER, count)) 62 return [os.path.join(path, name) for name in os.listdir(path) if name.endswith('.png')] 79 raise ValueError("folder '%s' doesn't contain any png files" % path) 81 imwrite('average.png', AVG)
|
D | media-controls.md | 11 ![media controls pipeline](media-controls-pipeline.png)
|
D | physics-animation-layout.md | 16 …figured using the controller's configuration methods.](physics-animation-layout-config-methods.png)
|
D | plugins.md | 189 ![How plugins work](sysui-plugins.png)
|
D | qs-tiles.md | 17 ![QQS on the left, QS on the right](QS-QQS.png)
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
D | NekoLand.java | 284 final File png = new File(dir, cat.getName().replaceAll("[/ #:]+", "_") + ".png"); in shareCat() local 288 OutputStream os = new FileOutputStream(png); in shareCat() 293 new String[]{png.toString()}, in shareCat() 296 Log.v("Neko", "cat file: " + png); in shareCat() 297 Uri uri = FileProvider.getUriForFile(this, "com.android.egg.fileprovider", png); in shareCat()
|
/frameworks/av/media/libmedia/docs/ |
D | Makefile | 1 paused.png : paused.dot
|
/frameworks/native/cmds/installd/ |
D | installd.rc | 47 mkdir /config/sdcardfs/extensions/1057/png
|
/frameworks/base/tools/aapt2/cmd/ |
D | Compile.cpp | 543 Png png(context->GetDiagnostics()); in CompilePng() local 544 if (!png.process(path_data.source, &legacy_stream, &legacy_buffer, {})) { in CompilePng()
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 1509 # doxygen run you need to manually remove any form_*.png images from the HTML 1520 # Note that when changing this option you need to delete any form_*.png files in 2371 # Possible values are: png, png:cairo, png:cairo:cairo, png:cairo:gd, png:gd, 2372 # png:gd:gd, jpg, jpg:cairo, jpg:cairo:gd, jpg:gd, jpg:gd:gd, gif, gif:cairo, 2373 # gif:cairo:gd, gif:gd, gif:gd:gd, svg, png:gd, png:gd:gd, png:cairo, 2374 # png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and 2375 # png:gdiplus:gdiplus. 2376 # The default value is: png. 2379 DOT_IMAGE_FORMAT = png
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1459 # doxygen run you need to manually remove any form_*.png images from the HTML 1470 # Note that when changing this option you need to delete any form_*.png files in 2330 # Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo, 2331 # png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and 2332 # png:gdiplus:gdiplus. 2333 # The default value is: png. 2336 DOT_IMAGE_FORMAT = png
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1048 # to manually remove any form_*.png images from the HTML output directory 1056 # Note that when changing this option you need to delete any form_*.png files 1569 # generated by dot. Possible values are png, jpg, or gif 1570 # If left blank png will be used. 1572 DOT_IMAGE_FORMAT = png
|
/frameworks/native/docs/ |
D | Doxyfile | 48 PROJECT_LOGO = logo.png 1221 # to manually remove any form_*.png images from the HTML output directory 1229 # Note that when changing this option you need to delete any form_*.png files 1840 # generated by dot. Possible values are svg, png, jpg, or gif. 1841 # If left blank png will be used. If you choose svg you need to set 1845 DOT_IMAGE_FORMAT = png
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1392 # doxygen run you need to manually remove any form_*.png images from the HTML 1403 # Note that when changing this option you need to delete any form_*.png files in 2211 # Possible values are: png, jpg, gif and svg. 2212 # The default value is: png. 2215 DOT_IMAGE_FORMAT = png
|