-
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
F
- fallback(Integer) - function in coil.ImageLoader.Builder
- Set the default fallback drawable to use if ImageRequest.data is null.
- fallback(Drawable) - function in coil.ImageLoader.Builder
- Set the default fallback drawable to use if ImageRequest.data is null.
- fallback(Integer) - function in coil.request.ImageRequest.Builder
- Set the fallback drawable to use if data is null.
- fallback(Drawable) - function in coil.request.ImageRequest.Builder
- Set the fallback drawable to use if data is null.
- fetch() - function in coil.fetch.Fetcher
- Fetch the data provided by Factory.create or return 'null' to delegate to the next Factory in the component registry.
- fetchEnd(ImageRequest,Fetcher,Options,FetchResult) - function in coil.EventListener
- Called after Fetcher.fetch.
- Fetcher - class in coil.fetch
- A Fetcher translates data into either an ImageSource or a Drawable.
- fetcher(Fetcher) - function in coil.request.ImageRequest.Builder
- Fetcher.Factory - class in coil.fetch.Fetcher
- fetcherDispatcher(CoroutineDispatcher) - function in coil.ImageLoader.Builder
- The CoroutineDispatcher that Fetcher.fetch will be executed on.
- fetcherDispatcher(CoroutineDispatcher) - function in coil.request.ImageRequest.Builder
- fetcherFactory(Fetcher.Factory) - function in coil.request.ImageRequest.Builder
- Use factory to handle fetching any image data.
- fetcherFactory(Fetcher.Factory,Class) - function in coil.request.ImageRequest.Builder
- Use factory to handle fetching any image data.
- FetchResult - class in coil.fetch
- The result of Fetcher.fetch.
- fetchStart(ImageRequest,Fetcher,Options) - function in coil.EventListener
- Called before Fetcher.fetch.
- file() - function in coil.decode.ImageSource
- Return a Path that resolves to a file containing this ImageSource's data.
- fileOrNull() - function in coil.decode.ImageSource
- Return a Path that resolves to a file containing this ImageSource's data if one has already been created.
- fileSystem(FileSystem) - function in coil.disk.DiskCache.Builder
- Set the fileSystem where the cache stores its data, usually FileSystem.SYSTEM.
- FILL - enum entry in coil.size.Scale
Fill the image in the view such that both dimensions (width and height) of the image will be equal to or larger than the corresponding dimension of the view.
- fillInStackTrace() - function in kotlin.HttpException
- fillInStackTrace() - function in kotlin.NullRequestDataException
- FIT - enum entry in coil.size.Scale
Fit the image to the view so that both dimensions (width and height) of the image will be equal to or less than the corresponding dimension of the view.
Generally, this is the default value for functions that accept a Scale.
- forEach(Consumer) - function in kotlin.collections.Parameters
- from(Map) - function in coil.request.Tags.Companion
- Create a new Tags from tags.