| com.facebook.fresco.animation.bitmap.BitmapFrameCache.FrameCacheListener |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onFrameCached(BitmapFrameCache bitmapFrameCache, int frameNumber)
Called when the frame for the given frame number has been put in the frame cache.
| ||||||||||
| abstract void |
onFrameEvicted(BitmapFrameCache bitmapFrameCache, int frameNumber)
Called when the frame for the given frame number has been evicted from the frame cache.
| ||||||||||
Called when the frame for the given frame number has been put in the frame cache.
| bitmapFrameCache | the frame cache that holds the frame |
|---|---|
| frameNumber | the cached frame number |
Called when the frame for the given frame number has been evicted from the frame cache.
| bitmapFrameCache | the frame cache that evicted the frame |
|---|---|
| frameNumber | the frame number of the evicted frame |