-
public class AnimatedDrawableFrameInfoInfo per frame returned by AnimatedDrawableBackend.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAnimatedDrawableFrameInfo.DisposalMethodHow to dispose of the current frame before rendering the next frame.
public enumAnimatedDrawableFrameInfo.BlendOperationIndicates how transparent pixels of the current frame are blended with those of the previouscanvas.
-
Field Summary
Fields Modifier and Type Field Description public final intframeNumberpublic final intxOffsetpublic final intyOffsetpublic final intwidthpublic final intheightpublic final AnimatedDrawableFrameInfo.BlendOperationblendOperationpublic final AnimatedDrawableFrameInfo.DisposalMethoddisposalMethod
-
Constructor Summary
Constructors Constructor Description AnimatedDrawableFrameInfo(int frameNumber, int xOffset, int yOffset, int width, int height, AnimatedDrawableFrameInfo.BlendOperation blendOperation, AnimatedDrawableFrameInfo.DisposalMethod disposalMethod)
-
-
-
Constructor Detail
-
AnimatedDrawableFrameInfo
AnimatedDrawableFrameInfo(int frameNumber, int xOffset, int yOffset, int width, int height, AnimatedDrawableFrameInfo.BlendOperation blendOperation, AnimatedDrawableFrameInfo.DisposalMethod disposalMethod)
-
-