-
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
A
- abort() - function in coil.disk.DiskCache.Editor
- Abort the edit.
- add(Interceptor) - function in coil.ComponentRegistry.Builder
- Append an Interceptor to the end of the list.
- add(Mapper) - function in coil.ComponentRegistry.Builder
- Register a Mapper.
- add(Mapper,Class) - function in coil.ComponentRegistry.Builder
- Register a Mapper.
- add(Keyer) - function in coil.ComponentRegistry.Builder
- Register a Keyer.
- add(Keyer,Class) - function in coil.ComponentRegistry.Builder
- Register a Keyer.
- add(Fetcher.Factory) - function in coil.ComponentRegistry.Builder
- Register a Fetcher.Factory.
- add(Fetcher.Factory,Class) - function in coil.ComponentRegistry.Builder
- Register a Fetcher.Factory.
- add(Decoder.Factory) - function in coil.ComponentRegistry.Builder
- Register a Decoder.Factory.
- addHeader(String,String) - function in coil.request.ImageRequest.Builder
- Add a header for any network operations performed by this request.
- addLastModifiedToFileCacheKey(Boolean) - function in coil.ImageLoader.Builder
- Enables adding File.lastModified to the memory cache key when loading an image from a File.
- addSuppressed(Throwable) - function in kotlin.HttpException
- addSuppressed(Throwable) - function in kotlin.NullRequestDataException
- allowConversionToBitmap(Boolean) - function in coil.request.ImageRequest.Builder
- Allow converting the result drawable to a bitmap to apply any transformations.
- allowHardware(Boolean) - function in coil.ImageLoader.Builder
- Allow the use of Bitmap.Config.HARDWARE.
- allowHardware(Boolean) - function in coil.request.ImageRequest.Builder
- allowRgb565(Boolean) - function in coil.ImageLoader.Builder
- Allow automatically using Bitmap.Config.RGB_565 when an image is guaranteed to not have alpha.
- allowRgb565(Boolean) - function in coil.request.ImageRequest.Builder
- applyTheme(Resources.Theme) - function in android.graphics.drawable.CrossfadeDrawable
- asMap() - function in coil.request.Tags
- Get the underlying immutable map used by this instance.
- AssetMetadata - class in coil.decode
- Metadata containing the filePath of an Android asset.
- AUTOMATIC - enum entry in coil.size.Precision
Allow Coil to automatically determine if the size needs to be exact for this request.
This is the default value for ImageRequest.Builder.precision.
- availableMemoryPercentage(Double) - function in coil.ImageLoader.Builder