Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java737 public static final class DecodeException extends IOException { class in ImageDecoder
762 DecodeException(@Error int error, @Nullable Throwable cause, @NonNull Source source) { in DecodeException() method in ImageDecoder.DecodeException
772 DecodeException(@Error int error, @Nullable String msg, @Nullable Throwable cause, in DecodeException() method in ImageDecoder.DecodeException
846 boolean onPartialImage(@NonNull DecodeException exception); in onPartialImage()
2209 private void onPartialImage(@DecodeException.Error int error, @Nullable Throwable cause)
2210 throws DecodeException {
2211 DecodeException exception = new DecodeException(error, cause, mSource);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/graphics/
H A DImageLoader.kt30 import android.graphics.ImageDecoder.DecodeException
174 } catch (e: DecodeException) {
309 } catch (e: DecodeException) {
/aosp14/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java292 } catch (ImageDecoder.DecodeException e) { in createImageThumbnail()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java1299 return e.getError() == ImageDecoder.DecodeException.SOURCE_INCOMPLETE; in getBitmapDrawable()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes2087 android.graphics.ImageDecoder$DecodeException
H A Dboot-image-profile.txt24871 Landroid/graphics/ImageDecoder$DecodeException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes2091 android.graphics.ImageDecoder$DecodeException
H A Dboot-image-profile.txt34978 Landroid/graphics/ImageDecoder$DecodeException;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17813 Landroid/graphics/ImageDecoder$DecodeException;-><init>(ILjava/lang/String;Ljava/lang/Throwable;Lan…
17814 Landroid/graphics/ImageDecoder$DecodeException;-><init>(ILjava/lang/Throwable;Landroid/graphics/Ima…
17815 Landroid/graphics/ImageDecoder$DecodeException;->errorMessage(ILjava/lang/Throwable;)Ljava/lang/Str…
17816 Landroid/graphics/ImageDecoder$DecodeException;->mError:I
17817 Landroid/graphics/ImageDecoder$DecodeException;->mSource:Landroid/graphics/ImageDecoder$Source;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt15637 public static final class ImageDecoder.DecodeException extends java.io.IOException {
15657 method public boolean onPartialImage(@NonNull android.graphics.ImageDecoder.DecodeException);