-
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
E
- edit(String) - function in coil.disk.DiskCache
- ENABLED - enum entry in coil.request.CachePolicy
- enqueue(ImageRequest) - function in coil.ImageLoader
- Enqueue the request to be executed asynchronously.
- entry(String) - function in coil.request.Parameters
- Returns the entry associated with key or null if key has no mapping.
- equals(Object) - function in coil.decode.BitmapFactoryDecoder.Factory
- equals(Object) - function in coil.decode.DecodeResult
- equals(Object) - function in coil.fetch.SourceResult
- equals(Object) - function in coil.fetch.DrawableResult
- equals(Object) - function in coil.memory.MemoryCache.Key
- equals(Object) - function in coil.memory.MemoryCache.Value
- equals(Object) - function in coil.request.DefaultRequestOptions
- equals(Object) - function in coil.request.DefinedRequestOptions
- equals(Object) - function in coil.request.ImageRequest
- equals(Object) - function in coil.request.SuccessResult
- equals(Object) - function in coil.request.ErrorResult
- equals(Object) - function in coil.request.Options
- equals(Object) - function in coil.request.Parameters
- equals(Object) - function in coil.request.Parameters.Entry
- equals(Object) - function in coil.request.Tags
- equals(Object) - function in coil.size.Dimension.Pixels
- equals(Object) - function in coil.target.ImageViewTarget
- equals(Object) - function in coil.transform.CircleCropTransformation
- equals(Object) - function in coil.transform.RoundedCornersTransformation
- equals(Object) - function in coil.transition.CrossfadeTransition.Factory
- error(Integer) - function in coil.ImageLoader.Builder
- Set the default error drawable to use when a request fails.
- error(Drawable) - function in coil.ImageLoader.Builder
- Set the default error drawable to use when a request fails.
- error(Integer) - function in coil.request.ImageRequest.Builder
- Set the error drawable to use if the request fails.
- error(Drawable) - function in coil.request.ImageRequest.Builder
- Set the error drawable to use if the request fails.
- ErrorResult - class in coil.request
- Indicates that an error occurred while executing the request.
- EventListener - class in coil
- A listener for tracking the progress of an image request.
- eventListener(EventListener) - function in coil.ImageLoader.Builder
- Set a single EventListener that will receive all callbacks for requests launched by this image loader.
- EventListener.Companion - class in coil.EventListener
- EventListener.Factory - class in coil.EventListener
- EventListener.Factory.Companion - class in coil.EventListener.Factory
- eventListenerFactory(EventListener.Factory) - function in coil.ImageLoader.Builder
- Set the EventListener.Factory to create per-request EventListeners.
- EXACT - enum entry in coil.size.Precision
Require that the loaded image's dimensions match the request's size and scale exactly.
- execute(ImageRequest) - function in coil.ImageLoader
- Execute the request in the current coroutine scope.
- executeBlocking(ImageLoader,ImageRequest) - function in coil.ImageLoaders
- Execute the request and block the current thread until it completes.
- ExifOrientationPolicy - class in coil.decode
- Specifies the policy for handling the EXIF orientation flag.
- ExperimentalCoilApi - class in coil.annotation
- Marks declarations that are still experimental.