public static final enum

AnimatedDrawableFrameInfo.DisposalMethod

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.facebook.imagepipeline.animated.base.AnimatedDrawableFrameInfo.DisposalMethod

Class Overview

How to dispose of the current frame before rendering the next frame.

Summary

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

Enum Values

public static final AnimatedDrawableFrameInfo.DisposalMethod DISPOSE_DO_NOT

Do not dipose the frame. Leave as-is.

public static final AnimatedDrawableFrameInfo.DisposalMethod DISPOSE_TO_BACKGROUND

Dispose to the background color

public static final AnimatedDrawableFrameInfo.DisposalMethod DISPOSE_TO_PREVIOUS

Dispose to the previous frame

Public Methods

public static AnimatedDrawableFrameInfo.DisposalMethod valueOf (String name)

public static final DisposalMethod[] values ()