java.lang.Object |
↳ |
com.facebook.imagepipeline.core.ImagePipelineExperiments |
Class Overview
Encapsulates 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.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
public
boolean
allowDelay
()
public
int
getBitmapCloseableRefType
()
public
boolean
getBitmapPrepareToDrawForPrefetch
()
public
int
getBitmapPrepareToDrawMaxSizeBytes
()
public
int
getBitmapPrepareToDrawMinSizeBytes
()
public
int
getMaxBitmapSize
()
public
long
getMemoryType
()
public
Supplier<Boolean>
getSuppressBitmapPrefetchingSupplier
()
public
int
getTrackedKeysSize
()
public
boolean
getUseBitmapPrepareToDraw
()
public
boolean
getUseDownsamplingRatioForResizing
()
public
boolean
isDecodeCancellationEnabled
()
public
boolean
isDiskCacheProbingEnabled
()
public
boolean
isEncodedCacheEnabled
()
public
boolean
isEncodedMemoryCacheProbingEnabled
()
public
boolean
isEnsureTranscoderLibraryLoaded
()
public
boolean
isExperimentalThreadHandoffQueueEnabled
()
public
boolean
isGingerbreadDecoderEnabled
()
public
Supplier<Boolean>
isLazyDataSource
()
public
boolean
isNativeCodeDisabled
()
public
boolean
isPartialImageCachingEnabled
()
public
boolean
isWebpSupportEnabled
()
public
boolean
shouldDownsampleIfLargeBitmap
()
public
boolean
shouldDownscaleFrameToDrawableDimensions
()
public
boolean
shouldKeepCancelledFetchAsLowPriority
()
public
boolean
shouldUseCombinedNetworkAndCacheProducer
()