-
public final class DecodeResultThe result of Decoder.decode.
-
-
Constructor Summary
Constructors Constructor Description DecodeResult(Drawable drawable, Boolean isSampled)
-
Method Summary
Modifier and Type Method Description final DrawablegetDrawable()final BooleangetIsSampled()final DecodeResultcopy(Drawable drawable, Boolean isSampled)Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getDrawable
final Drawable getDrawable()
-
getIsSampled
final Boolean getIsSampled()
-
copy
final DecodeResult copy(Drawable drawable, Boolean isSampled)
-
-
-
-