-
public class AnimatedFactoryProvider
-
-
Field Summary
Fields Modifier and Type Field Description public final static AnimatedFactoryProviderINSTANCE
-
Method Summary
Modifier and Type Method Description final static AnimatedFactorygetAnimatedFactory(PlatformBitmapFactory platformBitmapFactory, ExecutorSupplier executorSupplier, CountingMemoryCache<CacheKey, CloseableImage> backingCache, AnimatedCache animatedCache, Boolean downscaleFrameToDrawableDimensions, Boolean useBalancedAnimationStrategy, Integer balancedStrategyPreparationMs, Integer animationFpsLimit, ExecutorService serialExecutorService)-
-
Method Detail
-
getAnimatedFactory
final static AnimatedFactory getAnimatedFactory(PlatformBitmapFactory platformBitmapFactory, ExecutorSupplier executorSupplier, CountingMemoryCache<CacheKey, CloseableImage> backingCache, AnimatedCache animatedCache, Boolean downscaleFrameToDrawableDimensions, Boolean useBalancedAnimationStrategy, Integer balancedStrategyPreparationMs, Integer animationFpsLimit, ExecutorService serialExecutorService)
-
-
-
-