-
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
M
- map(Object,Options) - function in coil.ComponentRegistry
- Convert data using the registered mappers.
- map(T,Options) - function in coil.map.Mapper
- Convert data into V.
- mapEnd(ImageRequest,Object) - function in coil.EventListener
- Called after Mapper.map.
- Mapper - class in coil.map
- An interface to convert data of type T into V.
- mapStart(ImageRequest,Object) - function in coil.EventListener
- Called before Mapper.map.
- maximumMaxSizeBytes(Long) - function in coil.disk.DiskCache.Builder
- Set the maximum size of the disk cache in bytes.
- maxSizeBytes(Long) - function in coil.disk.DiskCache.Builder
- Set the maximum size of the disk cache in bytes.
- maxSizeBytes(Integer) - function in coil.memory.MemoryCache.Builder
- Set the maximum size of the memory cache in bytes.
- maxSizePercent(Double) - function in coil.disk.DiskCache.Builder
- Set the maximum size of the disk cache as a percentage of the device's free disk space.
- maxSizePercent(Double) - function in coil.memory.MemoryCache.Builder
- Set the maximum size of the memory cache as a percentage of this application's available memory.
- MEMORY - enum entry in coil.decode.DataSource
Represents an in-memory data source (e.g. Bitmap, ByteBuffer).
- MEMORY_CACHE - enum entry in coil.decode.DataSource
Represents an ImageLoader's memory cache.
This is a special data source as it means the request was short circuited and skipped the full image pipeline.
- memoryCache(MemoryCache) - function in coil.ImageLoader.Builder
- Set the MemoryCache.
- memoryCache(Function0) - function in coil.ImageLoader.Builder
- Set a lazy callback to create the MemoryCache.
- MemoryCache - class in coil.memory
- An LRU cache of Bitmaps.
- MemoryCache.Builder - class in coil.memory.MemoryCache
- MemoryCache.Key - class in coil.memory.MemoryCache
- The cache key for a Bitmap in the memory cache.
- MemoryCache.Value - class in coil.memory.MemoryCache
- The value for a Bitmap in the memory cache.
- memoryCacheKey(String) - function in coil.request.ImageRequest.Builder
- Set the memory cache key for this request.
- memoryCacheKey(MemoryCache.Key) - function in coil.request.ImageRequest.Builder
- Set the memory cache key for this request.
- memoryCacheKey(String) - function in coil.request.Parameters
- Returns the cache key associated with key or null if key has no mapping.
- memoryCacheKeys() - function in coil.request.Parameters
- Returns a map of keys to non-null memory cache keys.
- memoryCachePolicy(CachePolicy) - function in coil.ImageLoader.Builder
- Set the default memory cache policy.
- memoryCachePolicy(CachePolicy) - function in coil.request.ImageRequest.Builder
- Enable/disable reading/writing from/to the memory cache.
- minimumMaxSizeBytes(Long) - function in coil.disk.DiskCache.Builder
- Set the minimum size of the disk cache in bytes.
- mutate() - function in android.graphics.drawable.CrossfadeDrawable