Searched defs:DecodeException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java152 * {@link Exception} occurs during decoding, a {@link DecodeException DecodeException}
160 * decoder.setOnPartialImageListener((DecodeException e) -> {
582 * @deprecated Subsumed by {@link #DecodeException}.
614 * @deprecated Replaced by {@link #DecodeException#SOURCE_EXCEPTION}.
620 * @deprecated Replaced by {@link #DecodeException#SOURCE_INCOMPLETE}.
626 * @deprecated Replaced by {@link #DecodeException#SOURCE_MALFORMED_DATA}.
634 public static final class DecodeException extends IOException { class in class:ImageDecoder
659 DecodeException(@Error int error, @Nullable Throwable cause, @NonNull Source source) { method in class:ImageDecoder.DecodeException
669 DecodeException( method in class:ImageDecoder.DecodeException
[all...]

Completed in 12 milliseconds