A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
D
- DebuggingCacheKey - class in com.facebook.cache.common
- Extension of SimpleCacheKey which adds the ability to hold a caller context.
- decode(EncodedImage,Integer,QualityInfo,ImageDecodeOptions) - function in com.facebook.imagepipeline.decoder.ImageDecoder
- decodeDimensions(ByteArray) - function in com.facebook.imageutils.BitmapUtil
- Decodes only the bounds of an image and returns its width and height or null if the size can't be determined
- decodeDimensions(Uri) - function in com.facebook.imageutils.BitmapUtil
- Decodes the bounds of an image from its Uri and returns a pair of the dimensions
- decodeDimensions(InputStream) - function in com.facebook.imageutils.BitmapUtil
- Decodes the bounds of an image and returns its width and height or null if the size can't be determined
- decodeDimensionsAndColorSpace(InputStream) - function in com.facebook.imageutils.BitmapUtil
- Decodes the bounds of an image and returns its width and height or null if the size can't be determined.
- decorateRunnable(Runnable,String) - function in com.facebook.imagepipeline.instrumentation.FrescoInstrumenter
- decorateRunnable(Runnable,String) - function in com.facebook.imagepipeline.instrumentation.FrescoInstrumenter.Instrumenter
- Called when a unit of work is about to be scheduled.
- DefaultCloseableImage - class in com.facebook.imagepipeline.image
- DefaultDiskStorage - class in com.facebook.cache.disk
- The default disk storage implementation.
- DefaultDiskStorage.FileType - class in com.facebook.cache.disk.DefaultDiskStorage
- Categories for the different internal files a ShardedDiskStorage maintains.
- DefaultEntryEvictionComparatorSupplier - class in com.facebook.cache.disk
- Sorts entries by date of the last access, evicting old ones first
- DefaultExecutorSupplier - class in com.facebook.imagepipeline.core
- Basic implementation of ExecutorSupplier.
- DefaultExecutorSupplier.Companion - class in com.facebook.imagepipeline.core.DefaultExecutorSupplier
- DefaultFrescoSystrace - class in com.facebook.imagepipeline.systrace
- DefaultImageFormatChecker - class in com.facebook.imageformat
- Default image format checker that is able to determine all DefaultImageFormats.
- DefaultImageFormats - class in com.facebook.imageformat
- Default image formats that Fresco supports.
- defaults() - function in com.facebook.imagepipeline.common.ImageDecodeOptions
- Gets the default options.
- DELETE_FILE - enum entry in com.facebook.cache.common.CacheErrorLogger.CacheErrorCategory
- determineDownsampleRatio(RotationOptions,ResizeOptions,EncodedImage) - function in com.facebook.imagepipeline.transcoder.DownsampleUtil
- determineFormat(Array,int) - function in com.facebook.imageformat.ImageFormat.FormatChecker
- Returns an ImageFormat if the checker is able to determine the format or nullotherwise.
- determineFormat(Array,int) - function in com.facebook.imageformat.DefaultImageFormatChecker
- Tries to match imageHeaderByte and headerSize against every known image format.
- determineFormat(Array,int) - function in com.facebook.imageformat.DefaultImageFormatChecker
- Returns an ImageFormat if the checker is able to determine the format or nullotherwise.
- determineImageFormat(InputStream) - function in com.facebook.imageformat.ImageFormatChecker
- determineResizeRatio(ResizeOptions,Integer,Integer) - function in com.facebook.imagepipeline.transcoder.JpegTranscoderUtils
- determineSampleSize(RotationOptions,ResizeOptions,EncodedImage,Integer) - function in com.facebook.imagepipeline.transcoder.DownsampleUtil
- Get the factor between the dimensions of the encodedImage (actual image) and the ones of the imageRequest (requested size).
- determineSampleSizeJPEG(EncodedImage,Integer,Integer) - function in com.facebook.imagepipeline.transcoder.DownsampleUtil
- disableRotation() - function in com.facebook.imagepipeline.common.RotationOptions.Companion
- Creates a new set of rotation options for JPEG images to load image without any rotation.
- DiskCacheConfig - class in com.facebook.cache.disk
- Configuration class for a DiskStorageCache.
- DiskCacheConfig.Builder - class in com.facebook.cache.disk.DiskCacheConfig
- DiskStorage - class in com.facebook.cache.disk
- Storage for files in the cache.
- DiskStorage.DiskDumpInfo - class in com.facebook.cache.disk.DiskStorage
- DiskStorage.DiskDumpInfoEntry - class in com.facebook.cache.disk.DiskStorage
- DiskStorage.Entry - class in com.facebook.cache.disk.DiskStorage
- DiskStorage.Inserter - class in com.facebook.cache.disk.DiskStorage
- This is a builder-like interface returned when calling insert.
- DiskStorageCache - class in com.facebook.cache.disk
- Cache that manages disk storage.
- DiskStorageCache.Params - class in com.facebook.cache.disk.DiskStorageCache
- DownsampleUtil - class in com.facebook.imagepipeline.transcoder
- DrawableFactory - class in com.facebook.imagepipeline.drawable
- Drawable factory to create Drawables for given images.
- DrawableWithCaches - class in com.facebook.drawable.base
- A drawable can implement this fun interface to be notified when it might be convenient to drop its caches in order conserve memory.
- dropCaches() - function in com.facebook.drawable.base.DrawableWithCaches
- Informs the Drawable to drop its caches.
- dumpCacheContent() - function in com.facebook.imagepipeline.cache.CountingMemoryCacheInspector
- Iterates through all entries cached in counting cache and builds snapshot of its content.
- DynamicDefaultDiskStorage - class in com.facebook.cache.disk
- A supplier of a DiskStorage concrete implementation.