-
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
C
- CachePolicy - class in coil.request
- Represents the read/write policy for a cache source.
- calculateInSampleSize(Integer,Integer,Integer,Integer,Scale) - function in coil.decode.DecodeUtils
- Calculate the BitmapFactory.Options.inSampleSize given the source dimensions of the image (srcWidth and srcHeight), the output dimensions (dstWidth, dstHeight), and the scale.
- callFactory(Call.Factory) - function in coil.ImageLoader.Builder
- Set the Call.Factory used for network requests.
- callFactory(Function0) - function in coil.ImageLoader.Builder
- Set a lazy callback to create the Call.Factory used for network requests.
- canApplyTheme() - function in android.graphics.drawable.CrossfadeDrawable
- CircleCropTransformation - class in coil.transform
- A Transformation that crops an image using a centered circle as the mask.
- cleanupDispatcher(CoroutineDispatcher) - function in coil.disk.DiskCache.Builder
- Set the CoroutineDispatcher that cache size trim operations will be executed on.
- clear() - function in coil.disk.DiskCache
- Delete all entries in the disk cache.
- clear() - function in coil.memory.MemoryCache
- Remove all values from the memory cache.
- clearAnimationCallbacks() - function in coil.drawable.CrossfadeDrawable
- clearColorFilter() - function in android.graphics.drawable.CrossfadeDrawable
- close() - function in java.io.ImageSource
- close() - function in coil.disk.DiskCache.Snapshot
- Close the snapshot to allow editing.
- closeAndEdit() - function in coil.disk.DiskCache.Snapshot
- closeAndOpenEditor() - function in coil.disk.DiskCache.Snapshot
- Close the snapshot and call openEditor for this entry atomically.
- coil - package coil
- coil.annotation - package coil.annotation
- coil.decode - package coil.decode
- coil.disk - package coil.disk
- coil.drawable - package coil.drawable
- coil.fetch - package coil.fetch
- coil.intercept - package coil.intercept
- coil.key - package coil.key
- coil.map - package coil.map
- coil.memory - package coil.memory
- coil.network - package coil.network
- coil.request - package coil.request
- coil.size - package coil.size
- coil.target - package coil.target
- coil.transform - package coil.transform
- coil.transition - package coil.transition
- coil.util - package coil.util
- CoilUtils - class in coil.util
- Public utility methods for Coil.
- colorSpace(ColorSpace) - function in coil.request.ImageRequest.Builder
- Set the preferred ColorSpace.
- commit() - function in coil.disk.DiskCache.Editor
- Commit the edit so the changes are visible to readers.
- commitAndGet() - function in coil.disk.DiskCache.Editor
- commitAndOpenSnapshot() - function in coil.disk.DiskCache.Editor
- Commit the write and call openSnapshot for this entry atomically.
- ComponentRegistry - class in coil
- Registry for all the components that an ImageLoader uses to fulfil image requests.
- componentRegistry(ComponentRegistry) - function in coil.ImageLoader.Builder
- ComponentRegistry.Builder - class in coil.ComponentRegistry
- components(ComponentRegistry) - function in coil.ImageLoader.Builder
- Set the ComponentRegistry.
- computeSizeMultiplier(Integer,Integer,Integer,Integer,Scale) - function in coil.decode.DecodeUtils
- Calculate the percentage to multiply the source dimensions by to fit/fill the destination dimensions while preserving aspect ratio.
- computeSizeMultiplier(Float,Float,Float,Float,Scale) - function in coil.decode.DecodeUtils
- computeSizeMultiplier(Double,Double,Double,Double,Scale) - function in coil.decode.DecodeUtils
- ContentMetadata - class in coil.decode
- Metadata containing the uri of a
contentURI. - copy(Drawable,Boolean) - function in coil.decode.DecodeResult
- copy(ImageSource,String,DataSource) - function in coil.fetch.SourceResult
- copy(Drawable,Boolean,DataSource) - function in coil.fetch.DrawableResult
- copy(String,Map) - function in coil.memory.MemoryCache.Key
- copy(Bitmap,Map) - function in coil.memory.MemoryCache.Value
- copy(CoroutineDispatcher,CoroutineDispatcher,CoroutineDispatcher,CoroutineDispatcher,Transition.Factory,Precision,Bitmap.Config,Boolean,Boolean,Drawable,Drawable,Drawable,CachePolicy,CachePolicy,CachePolicy) - function in coil.request.DefaultRequestOptions
- copy(Lifecycle,SizeResolver,Scale,CoroutineDispatcher,CoroutineDispatcher,CoroutineDispatcher,CoroutineDispatcher,Transition.Factory,Precision,Bitmap.Config,Boolean,Boolean,CachePolicy,CachePolicy,CachePolicy) - function in coil.request.DefinedRequestOptions
- copy(Drawable,ImageRequest,DataSource,MemoryCache.Key,String,Boolean,Boolean) - function in coil.request.SuccessResult
- copy(Drawable,ImageRequest,Throwable) - function in coil.request.ErrorResult
- copy(Context,Bitmap.Config,ColorSpace,Size,Scale,Boolean,Boolean,Boolean,String,Headers,Tags,Parameters,CachePolicy,CachePolicy,CachePolicy) - function in coil.request.Options
- copyBounds(Rect) - function in android.graphics.drawable.CrossfadeDrawable
- copyBounds() - function in android.graphics.drawable.CrossfadeDrawable
- create(ImageRequest) - function in coil.EventListener.Factory
- create(Context) - function in coil.ImageLoaders
- Create a new ImageLoader without configuration.
- create(SourceResult,Options,ImageLoader) - function in coil.decode.BitmapFactoryDecoder.Factory
- Return a Decoder that can decode result or 'null' if this factory cannot create a decoder for the source.
- create(SourceResult,Options,ImageLoader) - function in coil.decode.Decoder.Factory
- Return a Decoder that can decode result or 'null' if this factory cannot create a decoder for the source.
- create(Path,FileSystem,String,Closeable) - function in coil.decode.ImageSources
- Create a new ImageSource backed by a File.
- create(Path,FileSystem,String,Closeable,ImageSource.Metadata) - function in coil.decode.ImageSources
- Create a new ImageSource backed by a File.
- create(BufferedSource,Context) - function in coil.decode.ImageSources
- Create a new ImageSource backed by a BufferedSource.
- create(BufferedSource,Context,ImageSource.Metadata) - function in coil.decode.ImageSources
- Create a new ImageSource backed by a BufferedSource.
- create(BufferedSource,File) - function in coil.decode.ImageSources
- Create a new ImageSource backed by a BufferedSource.
- create(BufferedSource,File,ImageSource.Metadata) - function in coil.decode.ImageSources
- Create a new ImageSource backed by a BufferedSource.
- create(T,Options,ImageLoader) - function in coil.fetch.Fetcher.Factory
- Return a Fetcher that can fetch data or 'null' if this factory cannot create a fetcher for the data.
- create(Size) - function in coil.size.SizeResolvers
- Create a SizeResolver with a fixed size.
- create(T,Boolean) - function in coil.size.ViewSizeResolvers
- Create a ViewSizeResolver using the default View measurement implementation.
- create(T) - function in coil.size.ViewSizeResolvers
- Create a ViewSizeResolver using the default View measurement implementation.
- create(TransitionTarget,ImageResult) - function in coil.transition.CrossfadeTransition.Factory
- create(TransitionTarget,ImageResult) - function in coil.transition.Transition.Factory
- createDefaultCache(Context) - function in coil.util.CoilUtils
- crossfade(Boolean) - function in coil.ImageLoader.Builder
- Enable a crossfade animation with duration CrossfadeDrawable.DEFAULT_DURATION milliseconds when a request completes successfully.
- crossfade(Integer) - function in coil.ImageLoader.Builder
- Enable a crossfade animation with durationMillis milliseconds when a request completes successfully.
- crossfade(Boolean) - function in coil.request.ImageRequest.Builder
- crossfade(Integer) - function in coil.request.ImageRequest.Builder
- CrossfadeDrawable - class in coil.drawable
- A Drawable that crossfades from start to end.
- CrossfadeDrawable.Companion - class in coil.drawable.CrossfadeDrawable
- CrossfadeTransition - class in coil.transition
- A Transition that crossfades from the current drawable to a new one.
- CrossfadeTransition.Factory - class in coil.transition.CrossfadeTransition