-
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
R
- READ_ONLY - enum entry in coil.request.CachePolicy
- registerAnimationCallback(Animatable2Compat.AnimationCallback) - function in coil.drawable.CrossfadeDrawable
- remove(String) - function in coil.disk.DiskCache
- Delete the entry referenced by key.
- remove(MemoryCache.Key) - function in coil.memory.MemoryCache
- Remove the Value referenced by key.
- remove(String) - function in coil.request.Parameters.Builder
- Remove a parameter.
- removeHeader(String) - function in coil.request.ImageRequest.Builder
- Remove all network headers with the key name.
- removeParameter(String) - function in coil.request.ImageRequest.Builder
- Remove a parameter from this request.
- resolveSizeEnd(ImageRequest,Size) - function in coil.EventListener
- Called after SizeResolver.size.
- resolveSizeStart(ImageRequest) - function in coil.EventListener
- Called before SizeResolver.size.
- ResourceMetadata - class in coil.decode
- Metadata containing the packageName, resId, and density of an Android resource.
- RESPECT_ALL - enum entry in coil.decode.ExifOrientationPolicy
Respect the EXIF orientation flag for all supported formats.
NOTE: This policy can potentially cause out of memory errors as certain image formats (e.g. PNG) will be buffered entirely into memory while being decoded.
- RESPECT_PERFORMANCE - enum entry in coil.decode.ExifOrientationPolicy
Respect the EXIF orientation flag only for image formats that won't negatively affect performance.
This policy respects the EXIF orientation flag for the following MIME types:
image/jpeg
image/webp
image/heic
image/heif
This is the default value for ImageLoader.Builder.bitmapFactoryExifOrientationPolicy.
- respectCacheHeaders(Boolean) - function in coil.ImageLoader.Builder
- Enables support for network cache headers.
- result(View) - function in coil.util.CoilUtils
- Get the ImageResult of the most recent executed image request that's attached to this view.
- RoundedCornersTransformation - class in coil.transform
- A Transformation that crops the image to fit the target's dimensions and rounds the corners of the image.