java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.facebook.imagepipeline.animated.base.AnimatedDrawableFrameInfo.DisposalMethod |
How to dispose of the current frame before rendering the next frame.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AnimatedDrawableFrameInfo.DisposalMethod | DISPOSE_DO_NOT | Do not dipose the frame. | |||||||||
AnimatedDrawableFrameInfo.DisposalMethod | DISPOSE_TO_BACKGROUND | Dispose to the background color | |||||||||
AnimatedDrawableFrameInfo.DisposalMethod | DISPOSE_TO_PREVIOUS | Dispose to the previous frame |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static AnimatedDrawableFrameInfo.DisposalMethod | valueOf(String name) | ||||||||||
final static DisposalMethod[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Do not dipose the frame. Leave as-is.
Dispose to the background color
Dispose to the previous frame