-
- All Implemented Interfaces:
-
com.facebook.imagepipeline.animated.factory.AnimatedFactory
@NotThreadSafe() public class AnimatedFactoryV2Impl implements AnimatedFactoryAnimatedFactory for animations v2 that creates AnimatedDrawable2 drawables.
-
-
Constructor Summary
Constructors Constructor Description AnimatedFactoryV2Impl(PlatformBitmapFactory platformBitmapFactory, ExecutorSupplier executorSupplier, CountingMemoryCache<CacheKey, CloseableImage> backingCache, AnimatedCache animatedCache, boolean downscaleFrameToDrawableDimensions, boolean useBalancedAnimationStrategy, int balancedStrategyPreparationMs, int animationFpsLimit, SerialExecutorService serialExecutorServiceForFramePreparing)
-
Method Summary
Modifier and Type Method Description DrawableFactorygetAnimatedDrawableFactory(@Nullable() Context context)ImageDecodergetGifDecoder()ImageDecodergetWebPDecoder()-
-
Constructor Detail
-
AnimatedFactoryV2Impl
AnimatedFactoryV2Impl(PlatformBitmapFactory platformBitmapFactory, ExecutorSupplier executorSupplier, CountingMemoryCache<CacheKey, CloseableImage> backingCache, AnimatedCache animatedCache, boolean downscaleFrameToDrawableDimensions, boolean useBalancedAnimationStrategy, int balancedStrategyPreparationMs, int animationFpsLimit, SerialExecutorService serialExecutorServiceForFramePreparing)
-
-
Method Detail
-
getAnimatedDrawableFactory
@Nullable() DrawableFactory getAnimatedDrawableFactory(@Nullable() Context context)
-
getGifDecoder
ImageDecoder getGifDecoder()
-
getWebPDecoder
ImageDecoder getWebPDecoder()
-
-
-
-