-
- All Implemented Interfaces:
-
com.facebook.fresco.animation.backend.AnimationInformation
public class AnimatedDrawableBackendAnimationInformation implements AnimationInformationAnimationInformation that wraps an AnimatedDrawableBackend.
-
-
Constructor Summary
Constructors Constructor Description AnimatedDrawableBackendAnimationInformation(AnimatedDrawableBackend animatedDrawableBackend)
-
Method Summary
Modifier and Type Method Description intgetFrameCount()intgetFrameDurationMs(int frameNumber)intgetLoopCount()intgetLoopDurationMs()intwidth()intheight()-
Methods inherited from class com.facebook.fresco.animation.backend.AnimationInformation
getFrameCount, getFrameDurationMs, getLoopCount, getLoopDurationMs, height, width -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AnimatedDrawableBackendAnimationInformation
AnimatedDrawableBackendAnimationInformation(AnimatedDrawableBackend animatedDrawableBackend)
-
-
Method Detail
-
getFrameCount
int getFrameCount()
-
getFrameDurationMs
int getFrameDurationMs(int frameNumber)
-
getLoopCount
int getLoopCount()
-
getLoopDurationMs
int getLoopDurationMs()
-
width
int width()
-
height
int height()
-
-
-
-