Searched refs:SOURCE_INCOMPLETE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java620 * @deprecated Replaced by {@link #DecodeException#SOURCE_INCOMPLETE}.
643 public static final int SOURCE_INCOMPLETE = 2; field in class:ImageDecoder.DecodeException
652 @IntDef(value = { SOURCE_EXCEPTION, SOURCE_INCOMPLETE, SOURCE_MALFORMED_DATA },
703 case SOURCE_INCOMPLETE:

Completed in 19 milliseconds