-
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
D
- data(Object) - function in coil.request.ImageRequest.Builder
- Set the data to load.
- DataSource - class in coil.decode
- Represents the source that an image was loaded from.
- DebugLogger - class in coil.util
- A Logger implementation that writes to Android's Log.
- decode() - function in coil.decode.BitmapFactoryDecoder
- Decode the SourceResult provided by Factory.create or return 'null' to delegate to the next Factory in the component registry.
- decode() - function in coil.decode.Decoder
- Decode the SourceResult provided by Factory.create or return 'null' to delegate to the next Factory in the component registry.
- decodeEnd(ImageRequest,Decoder,Options,DecodeResult) - function in coil.EventListener
- Called after Decoder.decode.
- Decoder - class in coil.decode
- A Decoder converts a SourceResult into a Drawable.
- decoder(Decoder) - function in coil.request.ImageRequest.Builder
- Decoder.Factory - class in coil.decode.Decoder
- decoderDispatcher(CoroutineDispatcher) - function in coil.ImageLoader.Builder
- The CoroutineDispatcher that Decoder.decode will be executed on.
- decoderDispatcher(CoroutineDispatcher) - function in coil.request.ImageRequest.Builder
- DecodeResult - class in coil.decode
- The result of Decoder.decode.
- decoderFactory(Decoder.Factory) - function in coil.request.ImageRequest.Builder
- Use factory to handle decoding any image data.
- decodeStart(ImageRequest,Decoder,Options) - function in coil.EventListener
- Called before Decoder.decode.
- DecodeUtils - class in coil.decode
- A collection of useful utility methods for decoding images.
- DefaultRequestOptions - class in coil.request
- A set of default options that are used to fill in unset ImageRequest values.
- defaults(DefaultRequestOptions) - function in coil.request.ImageRequest.Builder
- Set the defaults for any unset request values.
- DefinedRequestOptions - class in coil.request
- Tracks which values have been set (instead of computed automatically using a default) when building an ImageRequest.
- describeContents() - function in coil.memory.MemoryCache.Key
- Dimension - class in coil.size
- Represents either the width or height of a Size.
- Dimension(Integer) - function in coil.size.-Dimensions
- Create a Dimension.Pixels value with px number of pixels.
- Dimension.Pixels - class in coil.size.Dimension
- Represents a fixed, positive number of pixels.
- Dimension.Undefined - class in coil.size.Dimension
- Represents an undefined pixel value.
- directory(File) - function in coil.disk.DiskCache.Builder
- Set the directory where the cache stores its data.
- directory(Path) - function in coil.disk.DiskCache.Builder
- Set the directory where the cache stores its data.
- DISABLED - enum entry in coil.request.CachePolicy
- DISK - enum entry in coil.decode.DataSource
Represents a disk-based data source (e.g. DrawableRes, File).
- diskCache(DiskCache) - function in coil.ImageLoader.Builder
- Set the DiskCache.
- diskCache(Function0) - function in coil.ImageLoader.Builder
- Set a lazy callback to create the DiskCache.
- DiskCache - class in coil.disk
- An LRU cache of files.
- DiskCache.Builder - class in coil.disk.DiskCache
- DiskCache.Editor - class in coil.disk.DiskCache
- Edits the values for an entry.
- DiskCache.Snapshot - class in coil.disk.DiskCache
- A snapshot of the values for an entry.
- diskCacheKey(String) - function in coil.request.ImageRequest.Builder
- Set the disk cache key for this request.
- diskCachePolicy(CachePolicy) - function in coil.ImageLoader.Builder
- Set the default disk cache policy.
- diskCachePolicy(CachePolicy) - function in coil.request.ImageRequest.Builder
- Enable/disable reading/writing from/to the disk cache.
- dispatcher(CoroutineDispatcher) - function in coil.ImageLoader.Builder
- A convenience function to set fetcherDispatcher, decoderDispatcher, and transformationDispatcher in one call.
- dispatcher(CoroutineDispatcher) - function in coil.request.ImageRequest.Builder
- Disposable - class in coil.request
- Represents the work of an ImageRequest that has been executed by an ImageLoader.
- dispose() - function in coil.request.Disposable
- Cancels this disposable's work and releases any held resources.
- dispose(View) - function in coil.util.CoilUtils
- Dispose the request that's attached to this view (if there is one).
- draw(Canvas) - function in coil.drawable.CrossfadeDrawable
- DrawableResult - class in coil.fetch
- A direct Drawable result.