-
public final class ImagePipelineExperimentsEncapsulates additional elements of the ImagePipelineConfig which are currently in an experimental state.
These options may often change or disappear altogether and it is not recommended to change their values from their defaults.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classImagePipelineExperiments.Builderpublic interfaceImagePipelineExperiments.ProducerFactoryMethodpublic final classImagePipelineExperiments.DefaultProducerFactoryMethodpublic classImagePipelineExperiments.Companion
-
Field Summary
-
Method Summary
-
-
Method Detail
-
getIsWebpSupportEnabled
final Boolean getIsWebpSupportEnabled()
-
getWebpErrorLogger
final WebpBitmapFactory.WebpErrorLogger getWebpErrorLogger()
-
getIsDecodeCancellationEnabled
final Boolean getIsDecodeCancellationEnabled()
-
getWebpBitmapFactory
final WebpBitmapFactory getWebpBitmapFactory()
-
getUseDownsamplingRatioForResizing
final Boolean getUseDownsamplingRatioForResizing()
-
getUseBitmapPrepareToDraw
final Boolean getUseBitmapPrepareToDraw()
-
getUseBalancedAnimationStrategy
final Boolean getUseBalancedAnimationStrategy()
-
getBalancedStrategyPreparationMs
final Integer getBalancedStrategyPreparationMs()
-
getBitmapPrepareToDrawMinSizeBytes
final Integer getBitmapPrepareToDrawMinSizeBytes()
-
getAnimatedCacheMemoryPercentage
final Integer getAnimatedCacheMemoryPercentage()
-
getBitmapPrepareToDrawMaxSizeBytes
final Integer getBitmapPrepareToDrawMaxSizeBytes()
-
getBitmapPrepareToDrawForPrefetch
final Boolean getBitmapPrepareToDrawForPrefetch()
-
getMaxBitmapSize
final Integer getMaxBitmapSize()
-
getIsNativeCodeDisabled
final Boolean getIsNativeCodeDisabled()
-
getIsPartialImageCachingEnabled
final Boolean getIsPartialImageCachingEnabled()
-
getProducerFactoryMethod
final ImagePipelineExperiments.ProducerFactoryMethod getProducerFactoryMethod()
-
getIsLazyDataSource
final Supplier<Boolean> getIsLazyDataSource()
-
getIsGingerbreadDecoderEnabled
final Boolean getIsGingerbreadDecoderEnabled()
-
getDownscaleFrameToDrawableDimensions
final Boolean getDownscaleFrameToDrawableDimensions()
-
getSuppressBitmapPrefetchingSupplier
final Supplier<Boolean> getSuppressBitmapPrefetchingSupplier()
-
getIsExperimentalThreadHandoffQueueEnabled
final Boolean getIsExperimentalThreadHandoffQueueEnabled()
-
getMemoryType
final Long getMemoryType()
-
getKeepCancelledFetchAsLowPriority
final Boolean getKeepCancelledFetchAsLowPriority()
-
getDownsampleIfLargeBitmap
final Boolean getDownsampleIfLargeBitmap()
-
getIsEncodedCacheEnabled
final Boolean getIsEncodedCacheEnabled()
-
getIsEnsureTranscoderLibraryLoaded
final Boolean getIsEnsureTranscoderLibraryLoaded()
-
getIsEncodedMemoryCacheProbingEnabled
final Boolean getIsEncodedMemoryCacheProbingEnabled()
-
getIsDiskCacheProbingEnabled
final Boolean getIsDiskCacheProbingEnabled()
-
getTrackedKeysSize
final Integer getTrackedKeysSize()
-
getAllowDelay
final Boolean getAllowDelay()
-
getHandOffOnUiThreadOnly
final Boolean getHandOffOnUiThreadOnly()
-
getShouldStoreCacheEntrySize
final Boolean getShouldStoreCacheEntrySize()
-
getShouldIgnoreCacheSizeMismatch
final Boolean getShouldIgnoreCacheSizeMismatch()
-
getShouldUseDecodingBufferHelper
final Boolean getShouldUseDecodingBufferHelper()
-
getAllowProgressiveOnPrefetch
final Boolean getAllowProgressiveOnPrefetch()
-
getCancelDecodeOnCacheMiss
final Boolean getCancelDecodeOnCacheMiss()
-
getAnimationRenderFpsLimit
final Integer getAnimationRenderFpsLimit()
-
getPrefetchShortcutEnabled
final Boolean getPrefetchShortcutEnabled()
-
getPlatformDecoderOptions
final PlatformDecoderOptions getPlatformDecoderOptions()
-
-
-
-