-
- All Implemented Interfaces:
-
com.facebook.imagepipeline.core.ImagePipelineExperiments.ProducerFactoryMethod
public final class ImagePipelineExperiments.DefaultProducerFactoryMethod implements ImagePipelineExperiments.ProducerFactoryMethod
-
-
Constructor Summary
Constructors Constructor Description ImagePipelineExperiments.DefaultProducerFactoryMethod()
-
Method Summary
Modifier and Type Method Description ProducerFactorycreateProducerFactory(Context context, ByteArrayPool byteArrayPool, ImageDecoder imageDecoder, ProgressiveJpegConfig progressiveJpegConfig, Boolean downsampleEnabled, Boolean resizeAndRotateEnabledForNetwork, Boolean decodeCancellationEnabled, ExecutorSupplier executorSupplier, PooledByteBufferFactory pooledByteBufferFactory, PooledByteStreams pooledByteStreams, MemoryCache<CacheKey, CloseableImage> bitmapMemoryCache, MemoryCache<CacheKey, PooledByteBuffer> encodedMemoryCache, BufferedDiskCache defaultBufferedDiskCache, BufferedDiskCache smallImageBufferedDiskCache, CacheKeyFactory cacheKeyFactory, PlatformBitmapFactory platformBitmapFactory, Integer bitmapPrepareToDrawMinSizeBytes, Integer bitmapPrepareToDrawMaxSizeBytes, Boolean bitmapPrepareToDrawForPrefetch, Integer maxBitmapSize, CloseableReferenceFactory closeableReferenceFactory, Boolean keepCancelledFetchAsLowPriority, Integer trackedKeysSize)-
-
Method Detail
-
createProducerFactory
ProducerFactory createProducerFactory(Context context, ByteArrayPool byteArrayPool, ImageDecoder imageDecoder, ProgressiveJpegConfig progressiveJpegConfig, Boolean downsampleEnabled, Boolean resizeAndRotateEnabledForNetwork, Boolean decodeCancellationEnabled, ExecutorSupplier executorSupplier, PooledByteBufferFactory pooledByteBufferFactory, PooledByteStreams pooledByteStreams, MemoryCache<CacheKey, CloseableImage> bitmapMemoryCache, MemoryCache<CacheKey, PooledByteBuffer> encodedMemoryCache, BufferedDiskCache defaultBufferedDiskCache, BufferedDiskCache smallImageBufferedDiskCache, CacheKeyFactory cacheKeyFactory, PlatformBitmapFactory platformBitmapFactory, Integer bitmapPrepareToDrawMinSizeBytes, Integer bitmapPrepareToDrawMaxSizeBytes, Boolean bitmapPrepareToDrawForPrefetch, Integer maxBitmapSize, CloseableReferenceFactory closeableReferenceFactory, Boolean keepCancelledFetchAsLowPriority, Integer trackedKeysSize)
-
-
-
-