Searched refs:DecodeException (Results 1 – 11 of 11) sorted by relevance
737 public static final class DecodeException extends IOException { class in ImageDecoder762 DecodeException(@Error int error, @Nullable Throwable cause, @NonNull Source source) { in DecodeException() method in ImageDecoder.DecodeException772 DecodeException(@Error int error, @Nullable String msg, @Nullable Throwable cause, in DecodeException() method in ImageDecoder.DecodeException846 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);
30 import android.graphics.ImageDecoder.DecodeException174 } catch (e: DecodeException) {309 } catch (e: DecodeException) {
292 } catch (ImageDecoder.DecodeException e) { in createImageThumbnail()
1299 return e.getError() == ImageDecoder.DecodeException.SOURCE_INCOMPLETE; in getBitmapDrawable()
2087 android.graphics.ImageDecoder$DecodeException
24871 Landroid/graphics/ImageDecoder$DecodeException;
2091 android.graphics.ImageDecoder$DecodeException
34978 Landroid/graphics/ImageDecoder$DecodeException;
17813 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:I17817 Landroid/graphics/ImageDecoder$DecodeException;->mSource:Landroid/graphics/ImageDecoder$Source;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
15637 public static final class ImageDecoder.DecodeException extends java.io.IOException {15657 method public boolean onPartialImage(@NonNull android.graphics.ImageDecoder.DecodeException);