-
public interface ImagePipelineExperiments.ProducerFactoryMethod
-
-
Method Summary
Modifier and Type Method Description abstract 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
abstract 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)
-
-
-
-