Package 

Class DefaultBitmapAnimationDrawableFactory

  • All Implemented Interfaces:
    com.facebook.fresco.vito.options.ImageOptionsDrawableFactory , com.facebook.imagepipeline.drawable.DrawableFactory

    
    public class DefaultBitmapAnimationDrawableFactory
     implements DrawableFactory, ImageOptionsDrawableFactory
                        

    Animation factory for AnimatedDrawable2.

    • Constructor Detail

      • DefaultBitmapAnimationDrawableFactory

        DefaultBitmapAnimationDrawableFactory(AnimatedDrawableBackendProvider animatedDrawableBackendProvider, ScheduledExecutorService scheduledExecutorServiceForUiThread, ExecutorService executorServiceForFramePreparing, MonotonicClock monotonicClock, PlatformBitmapFactory platformBitmapFactory, CountingMemoryCache<CacheKey, CloseableImage> backingCache, Supplier<AnimatedCache> animatedDrawableCache, Supplier<Integer> cachingStrategySupplier, Supplier<Integer> numberOfFramesToPrepareSupplier, Supplier<Boolean> useDeepEqualsForCacheKey, Supplier<Boolean> useNewBitmapRender, Supplier<Boolean> downscaleFrameToDrawableDimensions, Supplier<Integer> animationFpsLimit, Supplier<Integer> balancedStrategyPreparationMs)