Home
last modified time | relevance | path

Searched refs:DecodeException (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java666 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 DImageDecoder.java696 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 DThumbnailUtils.java292 } catch (ImageDecoder.DecodeException e) { in createImageThumbnail()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java1302 return e.getError() == ImageDecoder.DecodeException.SOURCE_INCOMPLETE; in getBitmapDrawable()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes1889 android.graphics.ImageDecoder$DecodeException
H A Dboot-image-profile.txt24827 Landroid/graphics/ImageDecoder$DecodeException;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes1888 android.graphics.ImageDecoder$DecodeException
H A Dboot-image-profile.txt34464 Landroid/graphics/ImageDecoder$DecodeException;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt20691 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt15330 public static final class ImageDecoder.DecodeException extends java.io.IOException {
15350 method public boolean onPartialImage(@NonNull android.graphics.ImageDecoder.DecodeException);