com.facebook.fresco.animation.bitmap.preparation.BitmapFramePreparer |
Known Indirect Subclasses |
Prepare frames for animated images ahead of time.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract boolean |
prepareFrame(BitmapFrameCache bitmapFrameCache, AnimationBackend animationBackend, int frameNumber)
Prepare the frame with the given frame number and notify the supplied bitmap frame cache once
the frame is ready by calling
onFramePrepared(int, CloseableReference, int) |
Prepare the frame with the given frame number and notify the supplied bitmap frame cache once
the frame is ready by calling onFramePrepared(int, CloseableReference, int)
bitmapFrameCache | the cache to notify for prepared frames |
---|---|
animationBackend | the backend to prepare frames for |