HomeSort by relevance Sort by last modified time
    Searched refs:PNG (Results 126 - 150 of 202) sorted by null

1 2 3 4 56 7 8 9

  /frameworks/base/services/core/java/com/android/server/am/
TaskPersister.java 85 static final String IMAGE_EXTENSION = ".png";
735 bitmap.compress(Bitmap.CompressFormat.PNG, 100, imageFile);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 317 assertEquals("image/png", type);
321 assertEquals("image/png", type);
374 newAttachment2.mMimeType = "image/png";
432 newAttachment2.mMimeType = "image/png";
664 bitmap.compress(Bitmap.CompressFormat.PNG, 100, out);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 675 return extension.equals("png") ? CompressFormat.PNG : CompressFormat.JPEG;
683 return (outputFormat.equals("png") || outputFormat.equals("gif"))
684 ? "png" // We don't support gif compression.
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 364 preview.compress(Bitmap.CompressFormat.PNG, 100, stream);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ImageReaderSubPane.java 691 * Save a 16-bpp depth image as a false-color PNG
705 rgbImage.compress(Bitmap.CompressFormat.PNG, 100, out);
781 "IMG_"+ timeStamp + "_depth.png");
  /prebuilts/go/darwin-x86/src/image/
image.go 12 // image data in a format such as GIF, JPEG or PNG. Decoding any particular
15 // format's package so that, to decode a PNG image, it suffices to have
16 // import _ "image/png"
  /prebuilts/go/linux-x86/src/image/
image.go 12 // image data in a format such as GIF, JPEG or PNG. Decoding any particular
15 // format's package so that, to decode a PNG image, it suffices to have
16 // import _ "image/png"
  /cts/tests/tests/content/src/android/content/cts/util/
XmlUtils.java     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 67 // The test images, including baseline JPEG, a PNG, a GIF, a BMP AND a WEBP.
222 // Decode the PNG & WebP test images. The WebP test image has been encoded from PNG test
238 // Compress the PNG image to WebP format (Quality=90) and decode it back.
257 // Decode the PNG & WebP (google_logo) images. The WebP image has
258 // been encoded from PNG image.
275 // Compress the PNG image to WebP format (Quality=90) and decode it back.
735 // This test verifies that we can send a PNG over a pipe and
743 Bitmap result = sendOverPipe(source, CompressFormat.PNG);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/util/
XmlUtils.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/util/
XmlUtils.java     [all...]
  /frameworks/base/core/java/com/android/internal/util/
XmlUtils.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppRegistry.java 95 private static final String INSTANT_APP_ICON_FILE = "icon.png";
501 bitmap.compress(Bitmap.CompressFormat.PNG, 100, out);
    [all...]
PackageInstallerService.java 521 params.appIcon.compress(CompressFormat.PNG, 90, os);
577 return new File(mSessionsDir, "app_icon." + sessionId + ".png");
    [all...]
ShortcutService.java 169 static final String DEFAULT_ICON_PERSIST_FORMAT = CompressFormat.PNG.name();
239 * Key name for icon compression format: "PNG", "JPEG" or "WEBP"
    [all...]
UserManagerService.java 188 private static final String USER_PHOTO_FILENAME = "photo.png";
    [all...]
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java     [all...]
  /prebuilts/tools/common/m2/repository/com/jayway/android/robotium/robotium-solo/5.5.3/
robotium-solo-5.5.3.jar 
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvContractTest.java 204 values.put(PreviewPrograms.COLUMN_POSTER_ART_URI, "http://foo.com/artwork.png");
249 values.put(RecordedPrograms.COLUMN_POSTER_ART_URI, "http://foo.com/artwork.png");
    [all...]
  /packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java     [all...]
  /external/ImageMagick/www/api/
magick-image.php 12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
25 <link rel="icon" href="../image/wand.png"/>
    [all...]
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/4.0.0-SNAPSHOT/
glide-4.0.0-SNAPSHOT.jar 
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 
  /external/ImageMagick/
configure     [all...]

Completed in 2100 milliseconds

1 2 3 4 56 7 8 9