A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W  X 

D

DataFetchProducer - class in com.facebook.imagepipeline.producers
Producer for data URIs.
decode(EncodedImage,int,QualityInfo,ImageDecodeOptions) - function in com.facebook.imagepipeline.decoder.DefaultImageDecoder
Decodes image.
decode(EncodedImage,int,QualityInfo,ImageDecodeOptions) - function in com.facebook.imagepipeline.decoder.DefaultImageDecoder
 
decodeAnimatedWebp(EncodedImage,int,QualityInfo,ImageDecodeOptions) - function in com.facebook.imagepipeline.decoder.DefaultImageDecoder
Decode a webp animated image into a CloseableImage.
DecodeException - class in com.facebook.imagepipeline.decoder
 
decodeFromEncodedImage(EncodedImage,Bitmap.Config,Rect) - function in com.facebook.imagepipeline.platform.DefaultDecoder
 
decodeFromEncodedImage(EncodedImage,Bitmap.Config,Rect) - function in com.facebook.imagepipeline.platform.DefaultDecoder
 
decodeFromEncodedImage(EncodedImage,Bitmap.Config,Rect) - function in com.facebook.imagepipeline.platform.ArtDecoder
 
decodeFromEncodedImage(EncodedImage,Bitmap.Config,Rect) - function in com.facebook.imagepipeline.platform.OreoDecoder
 
decodeFromEncodedImage(EncodedImage,Bitmap.Config,Rect) - function in com.facebook.imagepipeline.platform.PlatformDecoder
Creates a bitmap from encoded bytes.
decodeFromEncodedImageWithColorSpace(EncodedImage,Bitmap.Config,Rect,ColorSpace) - function in com.facebook.imagepipeline.platform.DefaultDecoder
Creates a bitmap from encoded bytes.
decodeFromEncodedImageWithColorSpace(EncodedImage,Bitmap.Config,Rect,ColorSpace) - function in com.facebook.imagepipeline.platform.DefaultDecoder
 
decodeFromEncodedImageWithColorSpace(EncodedImage,Bitmap.Config,Rect,ColorSpace) - function in com.facebook.imagepipeline.platform.ArtDecoder
 
decodeFromEncodedImageWithColorSpace(EncodedImage,Bitmap.Config,Rect,ColorSpace) - function in com.facebook.imagepipeline.platform.OreoDecoder
 
decodeFromEncodedImageWithColorSpace(EncodedImage,Bitmap.Config,Rect,ColorSpace) - function in com.facebook.imagepipeline.platform.PlatformDecoder
Creates a bitmap from encoded bytes.
decodeGif(EncodedImage,int,QualityInfo,ImageDecodeOptions) - function in com.facebook.imagepipeline.decoder.DefaultImageDecoder
Decodes gif into CloseableImage.
decodeJpeg(EncodedImage,int,QualityInfo,ImageDecodeOptions,ColorSpace) - function in com.facebook.imagepipeline.decoder.DefaultImageDecoder
Decodes a partial jpeg.
decodeJPEGFromEncodedImage(EncodedImage,Bitmap.Config,Rect,int) - function in com.facebook.imagepipeline.platform.DefaultDecoder
 
decodeJPEGFromEncodedImage(EncodedImage,Bitmap.Config,Rect,int) - function in com.facebook.imagepipeline.platform.DefaultDecoder
 
decodeJPEGFromEncodedImage(EncodedImage,Bitmap.Config,Rect,Integer) - function in com.facebook.imagepipeline.platform.ArtDecoder
 
decodeJPEGFromEncodedImage(EncodedImage,Bitmap.Config,Rect,Integer) - function in com.facebook.imagepipeline.platform.OreoDecoder
 
decodeJPEGFromEncodedImage(EncodedImage,Bitmap.Config,Rect,Integer) - function in com.facebook.imagepipeline.platform.PlatformDecoder
Creates a bitmap from encoded JPEG bytes.
decodeJPEGFromEncodedImageWithColorSpace(EncodedImage,Bitmap.Config,Rect,int,ColorSpace) - function in com.facebook.imagepipeline.platform.DefaultDecoder
Creates a bitmap from encoded JPEG bytes.
decodeJPEGFromEncodedImageWithColorSpace(EncodedImage,Bitmap.Config,Rect,int,ColorSpace) - function in com.facebook.imagepipeline.platform.DefaultDecoder
 
decodeJPEGFromEncodedImageWithColorSpace(EncodedImage,Bitmap.Config,Rect,Integer,ColorSpace) - function in com.facebook.imagepipeline.platform.ArtDecoder
 
decodeJPEGFromEncodedImageWithColorSpace(EncodedImage,Bitmap.Config,Rect,Integer,ColorSpace) - function in com.facebook.imagepipeline.platform.OreoDecoder
 
decodeJPEGFromEncodedImageWithColorSpace(EncodedImage,Bitmap.Config,Rect,Integer,ColorSpace) - function in com.facebook.imagepipeline.platform.PlatformDecoder
Creates a bitmap from encoded JPEG bytes.
DecodeProducer - class in com.facebook.imagepipeline.producers
Decodes images.
DecodeProducer.Companion - class in com.facebook.imagepipeline.producers.DecodeProducer
 
decodeProgressively() - function in com.facebook.imagepipeline.decoder.ProgressiveJpegConfig
Shortcut for checking if we should attempt to decode progressively.
decodeProgressively() - function in com.facebook.imagepipeline.decoder.SimpleProgressiveJpegConfig
Shortcut for checking if we should attempt to decode progressively.
decodeStaticImage(EncodedImage,ImageDecodeOptions) - function in com.facebook.imagepipeline.decoder.DefaultImageDecoder
 
decodeStaticImageFromStream(InputStream,BitmapFactory.Options,Rect) - function in com.facebook.imagepipeline.platform.ArtDecoder
 
decodeStaticImageFromStream(InputStream,BitmapFactory.Options,Rect) - function in com.facebook.imagepipeline.platform.OreoDecoder
 
decrease(Bitmap) - function in com.facebook.imagepipeline.memory.BitmapCounter
Excludes given bitmap from the count.
DEFAULT - enum entry in com.facebook.imagepipeline.request.ImageRequest.CacheChoice
 
DefaultBitmapMemoryCacheParamsSupplier - class in com.facebook.imagepipeline.cache
Supplies MemoryCacheParams for the bitmap memory cache.
DefaultBitmapPoolParams - class in com.facebook.imagepipeline.memory
Provides pool parameters for BitmapPool
DefaultByteArrayPoolParams - class in com.facebook.imagepipeline.memory
Provides pool parameters (PoolParams) for common ByteArrayPool
DefaultCacheKeyFactory - class in com.facebook.imagepipeline.cache
Default implementation of CacheKeyFactory.
DefaultDecoder - class in com.facebook.imagepipeline.platform
Bitmap decoder for ART VM (Lollipop and up).
DefaultEncodedMemoryCacheParamsSupplier - class in com.facebook.imagepipeline.cache
Supplies MemoryCacheParams for the encoded image memory cache
DefaultFlexByteArrayPoolParams - class in com.facebook.imagepipeline.memory
Provides pool parameters (PoolParams) for SharedByteArray
DefaultImageDecoder - class in com.facebook.imagepipeline.decoder
Decodes images.
DefaultNativeMemoryChunkPoolParams - class in com.facebook.imagepipeline.memory
Provides pool parameters (PoolParams) for NativeMemoryChunkPool
DelayProducer - class in com.facebook.imagepipeline.producers
A ScheduledExecutorService is a significant dependency and we do not want to require it.
DelegatingConsumer - class in com.facebook.imagepipeline.producers
Delegating consumer.
disableDiskCache() - function in com.facebook.imagepipeline.request.ImageRequestBuilder
Disables disk cache for this request, regardless where the image will come from.
disableMemoryCache() - function in com.facebook.imagepipeline.request.ImageRequestBuilder
Disables memory cache for this request.
DISK_CACHE - enum entry in com.facebook.imagepipeline.request.ImageRequest.RequestLevel
 
DiskCacheReadProducer - class in com.facebook.imagepipeline.producers
Disk cache read producer.
DiskCacheWriteProducer - class in com.facebook.imagepipeline.producers
Disk cache write producer.
diskCheckSync(CacheKey) - function in com.facebook.imagepipeline.cache.BufferedDiskCache
Performs disk cache check synchronously.
DiskStorageCacheFactory - class in com.facebook.imagepipeline.core
Factory for the default implementation of the FileCache.
DiskStorageFactory - class in com.facebook.imagepipeline.core
Represents a factory for the DiskStorage to use in the ImagePipeline.
DummyBitmapPool - class in com.facebook.imagepipeline.memory
 
DummyTrackingInUseBitmapPool - class in com.facebook.imagepipeline.memory
 
DynamicDefaultDiskStorageFactory - class in com.facebook.imagepipeline.core
Factory for the default implementation of the DiskStorage.
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W  X