Searched defs:DecodeException (Results 1 – 2 of 2) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | ImageDecoder.java | 696 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
|
/frameworks/base/graphics/java/android/graphics/ |
D | ImageDecoder.java | 666 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
|