public class

AnimatedFactoryV2Impl

extends Object
implements AnimatedFactory
java.lang.Object
   ↳ com.facebook.fresco.animation.factory.AnimatedFactoryV2Impl

Class Overview

AnimatedFactory for animations v2 that creates AnimatedDrawable2 drawables.

Summary

Public Constructors
AnimatedFactoryV2Impl(PlatformBitmapFactory platformBitmapFactory, ExecutorSupplier executorSupplier, CountingMemoryCache<CacheKeyCloseableImage> backingCache, boolean downscaleFrameToDrawableDimensions)
Public Methods
DrawableFactory getAnimatedDrawableFactory(Context context)
ImageDecoder getGifDecoder(Bitmap.Config bitmapConfig)
ImageDecoder getWebPDecoder(Bitmap.Config bitmapConfig)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.facebook.imagepipeline.animated.factory.AnimatedFactory

Public Constructors

public AnimatedFactoryV2Impl (PlatformBitmapFactory platformBitmapFactory, ExecutorSupplier executorSupplier, CountingMemoryCache<CacheKeyCloseableImage> backingCache, boolean downscaleFrameToDrawableDimensions)

Public Methods

public DrawableFactory getAnimatedDrawableFactory (Context context)

public ImageDecoder getGifDecoder (Bitmap.Config bitmapConfig)

public ImageDecoder getWebPDecoder (Bitmap.Config bitmapConfig)