-
@Immutable() public class ImageDecodeOptionsOptions for changing the behavior of the
{@code ImageDecoder}.
-
-
Field Summary
Fields Modifier and Type Field Description public final intminDecodeIntervalMspublic final intmaxDimensionPxpublic final booleandecodePreviewFramepublic final booleanuseLastFrameForPreviewpublic final booleandecodeAllFramespublic final booleanforceStaticImagepublic final Bitmap.ConfigbitmapConfigpublic final Bitmap.ConfiganimatedBitmapConfigpublic final ImageDecodercustomImageDecoderpublic final BitmapTransformationbitmapTransformationpublic final ColorSpacecolorSpace
-
Constructor Summary
Constructors Constructor Description ImageDecodeOptions(ImageDecodeOptionsBuilder b)
-
Method Summary
Modifier and Type Method Description static ImageDecodeOptionsdefaults()Gets the default options. static ImageDecodeOptionsBuildernewBuilder()Creates a new builder. booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Constructor Detail
-
ImageDecodeOptions
ImageDecodeOptions(ImageDecodeOptionsBuilder b)
-
-
Method Detail
-
defaults
static ImageDecodeOptions defaults()
Gets the default options.
-
newBuilder
static ImageDecodeOptionsBuilder newBuilder()
Creates a new builder.
-
hashCode
int hashCode()
-
-
-
-