Home
last modified time | relevance | path

Searched refs:decodeBitmap (Results 1 – 10 of 10) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DImageDecoder.java650 Bitmap bitmap = decodeBitmap(src, listener); in decodeDrawable()
676 public static Bitmap decodeBitmap(@NonNull Source src, in decodeBitmap() method in ImageDecoder
692 public static Bitmap decodeBitmap(@NonNull Source src) throws IOException { in decodeBitmap() method in ImageDecoder
693 return decodeBitmap(src, null); in decodeBitmap()
/frameworks/base/media/java/android/media/
DThumbnailUtils.java159 return ImageDecoder.decodeBitmap(ImageDecoder.createSource(raw), resizer); in createAudioThumbnail()
209 return ImageDecoder.decodeBitmap(ImageDecoder.createSource(bestFile), resizer); in createAudioThumbnail()
286 bitmap = ImageDecoder.decodeBitmap(ImageDecoder.createSource(raw), resizer); in createImageThumbnail()
297 bitmap = ImageDecoder.decodeBitmap(ImageDecoder.createSource(file), resizer); in createImageThumbnail()
356 return ImageDecoder.decodeBitmap(ImageDecoder.createSource(raw), resizer); in createVideoThumbnail()
/frameworks/base/core/java/com/android/internal/util/
DImageUtils.java206 return ImageDecoder.decodeBitmap(ImageDecoder.createSource(() -> { in loadThumbnail()
/frameworks/base/graphics/java/android/graphics/drawable/
DBitmapDrawable.java169 bitmap = ImageDecoder.decodeBitmap(ImageDecoder.createSource(res, stream), in BitmapDrawable()
202 bitmap = ImageDecoder.decodeBitmap(ImageDecoder.createSource(res, is), in BitmapDrawable()
846 bitmap = ImageDecoder.decodeBitmap(source, (decoder, info, src) -> { in updateStateFromTypedArray()
DNinePatchDrawable.java440 bitmap = ImageDecoder.decodeBitmap(source, (decoder, info, src) -> { in updateStateFromTypedArray()
/frameworks/base/graphics/java/android/graphics/
DImageDecoder.java1834 public static Bitmap decodeBitmap(@NonNull Source src, in decodeBitmap() method in ImageDecoder
1944 public static Bitmap decodeBitmap(@NonNull Source src) throws IOException { in decodeBitmap() method in ImageDecoder
/frameworks/base/core/java/android/content/
DContentResolver.java3589 Bitmap bitmap = ImageDecoder.decodeBitmap(ImageDecoder.createSource(() -> {
/frameworks/base/non-updatable-api/
Dcurrent.txt14205 …method @NonNull @WorkerThread public static android.graphics.Bitmap decodeBitmap(@NonNull android.…
14206 …method @NonNull @WorkerThread public static android.graphics.Bitmap decodeBitmap(@NonNull android.…
/frameworks/base/api/
Dcurrent.txt14205 …method @NonNull @WorkerThread public static android.graphics.Bitmap decodeBitmap(@NonNull android.…
14206 …method @NonNull @WorkerThread public static android.graphics.Bitmap decodeBitmap(@NonNull android.…
/frameworks/base/config/
Dboot-image-profile.txt5719 HSPLandroid/graphics/ImageDecoder;->decodeBitmap(Landroid/graphics/ImageDecoder$Source;Landroid/gra…