Searched refs:DecodeException (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | ImageDecoder.java | 666 public static final class DecodeException extends IOException { class in ImageDecoder 691 DecodeException(@Error int error, @Nullable Throwable cause, @NonNull Source source) { in DecodeException() method in ImageDecoder.DecodeException 701 DecodeException(@Error int error, @Nullable String msg, @Nullable Throwable cause, in DecodeException() method in ImageDecoder.DecodeException 775 boolean onPartialImage(@NonNull DecodeException exception); in onPartialImage() 1988 private void onPartialImage(@DecodeException.Error int error, @Nullable Throwable cause) in onPartialImage() 1989 throws DecodeException { in onPartialImage() 1990 DecodeException exception = new DecodeException(error, cause, mSource); in onPartialImage()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | ImageDecoder.java | 696 public static final class DecodeException extends IOException { class in ImageDecoder 715 DecodeException(@Error int error, @Nullable Throwable cause, @NonNull Source source) { in DecodeException() method in ImageDecoder.DecodeException 725 DecodeException(@Error int error, @Nullable String msg, @Nullable Throwable cause, in DecodeException() method in ImageDecoder.DecodeException
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | ThumbnailUtils.java | 292 } catch (ImageDecoder.DecodeException e) { in createImageThumbnail()
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | Drawable.java | 1302 return e.getError() == ImageDecoder.DecodeException.SOURCE_INCOMPLETE; in getBitmapDrawable()
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 1889 android.graphics.ImageDecoder$DecodeException
|
H A D | boot-image-profile.txt | 24827 Landroid/graphics/ImageDecoder$DecodeException;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 1888 android.graphics.ImageDecoder$DecodeException
|
H A D | boot-image-profile.txt | 34464 Landroid/graphics/ImageDecoder$DecodeException;
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 20691 Landroid/graphics/ImageDecoder$DecodeException;-><init>(ILjava/lang/String;Ljava/lang/Throwable;Lan… 20692 Landroid/graphics/ImageDecoder$DecodeException;-><init>(ILjava/lang/Throwable;Landroid/graphics/Ima… 20693 Landroid/graphics/ImageDecoder$DecodeException;->errorMessage(ILjava/lang/Throwable;)Ljava/lang/Str… 20694 Landroid/graphics/ImageDecoder$DecodeException;->mError:I 20695 Landroid/graphics/ImageDecoder$DecodeException;->mSource:Landroid/graphics/ImageDecoder$Source;
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 15330 public static final class ImageDecoder.DecodeException extends java.io.IOException { 15350 method public boolean onPartialImage(@NonNull android.graphics.ImageDecoder.DecodeException);
|