-
public final class AnimatedDrawableImageDataModel extends DrawableImageDataModel
-
-
Field Summary
Fields Modifier and Type Field Description private final Animatableanimatableprivate final BooleanisAutoPlayprivate final Integerwidthprivate final Integerheightprivate final Drawabledrawableprivate final IntegerdefaultPaintFlags
-
Constructor Summary
Constructors Constructor Description AnimatedDrawableImageDataModel(Drawable drawable, Animatable animatable, Boolean isAutoPlay)
-
Method Summary
Modifier and Type Method Description final AnimatablegetAnimatable()final BooleangetIsAutoPlay()IntegergetWidth()IntegergetHeight()final DrawablegetDrawable()IntegergetDefaultPaintFlags()UnitonAttach()UnitonDetach()-
-
Constructor Detail
-
AnimatedDrawableImageDataModel
AnimatedDrawableImageDataModel(Drawable drawable, Animatable animatable, Boolean isAutoPlay)
-
-
Method Detail
-
getAnimatable
final Animatable getAnimatable()
-
getIsAutoPlay
final Boolean getIsAutoPlay()
-
getDrawable
final Drawable getDrawable()
-
getDefaultPaintFlags
Integer getDefaultPaintFlags()
-
-
-
-