Searched refs:DecodeException (Results 1 – 11 of 11) sorted by relevance
30 import android.graphics.ImageDecoder.DecodeException in <lambda>()174 } catch (e: DecodeException) { in <lambda>()309 } catch (e: DecodeException) { in <lambda>()417 } catch (e: DecodeException) { in <lambda>()
713 public static final class DecodeException extends IOException { class in ImageDecoder738 DecodeException(@Error int error, @Nullable Throwable cause, @NonNull Source source) { in DecodeException() method in ImageDecoder.DecodeException748 DecodeException(@Error int error, @Nullable String msg, @Nullable Throwable cause, in DecodeException() method in ImageDecoder.DecodeException822 boolean onPartialImage(@NonNull DecodeException exception); in onPartialImage()2084 private void onPartialImage(@DecodeException.Error int error, @Nullable Throwable cause)2085 throws DecodeException {2086 DecodeException exception = new DecodeException(error, cause, mSource);
292 } catch (ImageDecoder.DecodeException e) { in createImageThumbnail()
1299 return e.getError() == ImageDecoder.DecodeException.SOURCE_INCOMPLETE; in getBitmapDrawable()
2243 android.graphics.ImageDecoder$DecodeException
24627 Landroid/graphics/ImageDecoder$DecodeException;
2247 android.graphics.ImageDecoder$DecodeException
34761 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 ...
16181 public static final class ImageDecoder.DecodeException extends java.io.IOException {16201 method public boolean onPartialImage(@NonNull android.graphics.ImageDecoder.DecodeException);