| java.lang.Object | |
| ↳ | com.facebook.imagepipeline.animated.base.AnimatedDrawableFrameInfo |
Info per frame returned by AnimatedDrawableBackend.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| enum | AnimatedDrawableFrameInfo.BlendOperation | Indicates how transparent pixels of the current frame are blended with those of the previous canvas. | |||||||||
| enum | AnimatedDrawableFrameInfo.DisposalMethod | How to dispose of the current frame before rendering the next frame. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public final AnimatedDrawableFrameInfo.BlendOperation | blendOperation | ||||||||||
| public final AnimatedDrawableFrameInfo.DisposalMethod | disposalMethod | ||||||||||
| public final int | frameNumber | ||||||||||
| public final int | height | ||||||||||
| public final int | width | ||||||||||
| public final int | xOffset | ||||||||||
| public final int | yOffset | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AnimatedDrawableFrameInfo(int frameNumber, int xOffset, int yOffset, int width, int height, AnimatedDrawableFrameInfo.BlendOperation blendOperation, AnimatedDrawableFrameInfo.DisposalMethod disposalMethod) | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||