-
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
P
- parameters(Parameters) - function in coil.request.ImageRequest.Builder
- Set the parameters for this request.
- Parameters - class in coil.request
- A map of generic values that can be used to pass custom data to Fetchers and Decoders.
- Parameters.Builder - class in coil.request.Parameters
- Parameters.Companion - class in coil.request.Parameters
- Parameters.Entry - class in coil.request.Parameters
- placeholder(Integer) - function in coil.ImageLoader.Builder
- Set the default placeholder drawable to use when a request starts.
- placeholder(Drawable) - function in coil.ImageLoader.Builder
- Set the default placeholder drawable to use when a request starts.
- placeholder(Integer) - function in coil.request.ImageRequest.Builder
- Set the placeholder drawable to use when the request starts.
- placeholder(Drawable) - function in coil.request.ImageRequest.Builder
- Set the placeholder drawable to use when the request starts.
- placeholderMemoryCacheKey(String) - function in coil.request.ImageRequest.Builder
- Set the memory cache key whose value will be used as the placeholder drawable.
- placeholderMemoryCacheKey(MemoryCache.Key) - function in coil.request.ImageRequest.Builder
- Set the memory cache key whose value will be used as the placeholder drawable.
- precision(Precision) - function in coil.ImageLoader.Builder
- Set the default precision for a request.
- precision(Precision) - function in coil.request.ImageRequest.Builder
- Set the precision for the size of the loaded image.
- Precision - class in coil.size
- Represents the required precision for the size of an image in an image request.
- premultipliedAlpha(Boolean) - function in coil.request.ImageRequest.Builder
- Enable/disable pre-multiplication of the color (RGB) channels of the decoded image by the alpha channel.
- printStackTrace() - function in kotlin.HttpException
- printStackTrace(PrintStream) - function in kotlin.HttpException
- printStackTrace(PrintWriter) - function in kotlin.HttpException
- printStackTrace() - function in kotlin.NullRequestDataException
- printStackTrace(PrintStream) - function in kotlin.NullRequestDataException
- printStackTrace(PrintWriter) - function in kotlin.NullRequestDataException
- proceed(ImageRequest) - function in coil.intercept.Interceptor.Chain
- Continue executing the chain.
- pxOrElse(Dimension,Function0) - function in coil.size.-Dimensions
- If this is a Dimension.Pixels value, return its pixel value.