-
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
I
- IGNORE - enum entry in coil.decode.ExifOrientationPolicy
Ignore the EXIF orientation flag.
- ImageLoader - class in coil
- A service class that loads images by executing ImageRequests.
- ImageLoader.Builder - class in coil.ImageLoader
- ImageLoaders - class in coil
- ImageRequest - class in coil.request
- An immutable value object that represents a request for an image.
- ImageRequest.Builder - class in coil.request.ImageRequest
- ImageRequest.Listener - class in coil.request.ImageRequest
- A set of callbacks for an ImageRequest.
- ImageResult - class in coil.request
- Represents the result of an executed ImageRequest.
- ImageSource - class in coil.decode
- Provides access to the image data to be decoded.
- ImageSource.Metadata - class in coil.decode.ImageSource
- A marker class for metadata for an ImageSource.
- ImageSources - class in coil.decode
- ImageViewTarget - class in coil.target
- A Target that handles setting images on an ImageView.
- INEXACT - enum entry in coil.size.Precision
Allow the size of the loaded image to not match the requested dimensions exactly. This enables several optimizations:
If the requested dimensions are larger than the original size of the image, it will be loaded using its original dimensions. This uses less memory.
If the image is present in the memory cache at a larger size than the request's dimensions, it will be returned. This increases the hit rate of the memory cache.
Prefer this option if your target can scale the loaded image (e.g. ImageView).
- inflate(Resources,XmlPullParser,AttributeSet) - function in android.graphics.drawable.CrossfadeDrawable
- inflate(Resources,XmlPullParser,AttributeSet,Resources.Theme) - function in android.graphics.drawable.CrossfadeDrawable
- initCause(Throwable) - function in kotlin.HttpException
- initCause(Throwable) - function in kotlin.NullRequestDataException
- intercept(Interceptor.Chain) - function in coil.intercept.Interceptor
- Interceptor - class in coil.intercept
- Observe, transform, short circuit, or retry requests to an ImageLoader's image engine.
- Interceptor.Chain - class in coil.intercept.Interceptor
- interceptorDispatcher(CoroutineDispatcher) - function in coil.ImageLoader.Builder
- The CoroutineDispatcher that the Interceptor chain will be executed on.
- interceptorDispatcher(CoroutineDispatcher) - function in coil.request.ImageRequest.Builder
- invalidateDrawable(Drawable) - function in coil.drawable.CrossfadeDrawable
- invalidateSelf() - function in android.graphics.drawable.CrossfadeDrawable
- isAutoMirrored() - function in android.graphics.drawable.CrossfadeDrawable
- isEmpty() - function in coil.request.Parameters
- Returns 'true' if this object has no parameters.
- isFilterBitmap() - function in android.graphics.drawable.CrossfadeDrawable
- isProjected() - function in android.graphics.drawable.CrossfadeDrawable
- isRunning() - function in coil.drawable.CrossfadeDrawable
- isStateful() - function in android.graphics.drawable.CrossfadeDrawable
- isVisible() - function in android.graphics.drawable.CrossfadeDrawable
- iterator() - function in coil.request.Parameters
- Returns an Iterator over the entries in the Parameters.