-
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
S
- scale(Scale) - function in coil.request.ImageRequest.Builder
- Set the scaling algorithm that will be used to fit/fill the image into the size provided by sizeResolver.
- Scale - class in coil.size
- Represents a scaling policy.
- scheduleDrawable(Drawable,Runnable,Long) - function in coil.drawable.CrossfadeDrawable
- scheduleSelf(Runnable,Long) - function in android.graphics.drawable.CrossfadeDrawable
- set(MemoryCache.Key,MemoryCache.Value) - function in coil.memory.MemoryCache
- Set the Value associated with key.
- set(String,Object,String) - function in coil.request.Parameters.Builder
- Set a parameter.
- set(String,Object) - function in coil.request.Parameters.Builder
- Set a parameter.
- setAlpha(Integer) - function in coil.drawable.CrossfadeDrawable
- setAutoMirrored(Boolean) - function in android.graphics.drawable.CrossfadeDrawable
- setBounds(Integer,Integer,Integer,Integer) - function in android.graphics.drawable.CrossfadeDrawable
- setBounds(Rect) - function in android.graphics.drawable.CrossfadeDrawable
- setCallback(Drawable.Callback) - function in android.graphics.drawable.CrossfadeDrawable
- setChangingConfigurations(Integer) - function in android.graphics.drawable.CrossfadeDrawable
- setColorFilter(ColorFilter) - function in coil.drawable.CrossfadeDrawable
- setColorFilter(Integer,PorterDuff.Mode) - function in android.graphics.drawable.CrossfadeDrawable
- setDither(Boolean) - function in android.graphics.drawable.CrossfadeDrawable
- setDrawable(Drawable) - function in coil.target.GenericViewTarget
- The current Drawable attached to view.
- setDrawable(Drawable) - function in coil.target.ImageViewTarget
- setFilterBitmap(Boolean) - function in android.graphics.drawable.CrossfadeDrawable
- setHeader(String,String) - function in coil.request.ImageRequest.Builder
- Set a header for any network operations performed by this request.
- setHotspot(Float,Float) - function in android.graphics.drawable.CrossfadeDrawable
- setHotspotBounds(Integer,Integer,Integer,Integer) - function in android.graphics.drawable.CrossfadeDrawable
- setLayoutDirection(Integer) - function in android.graphics.drawable.CrossfadeDrawable
- setLevel(Integer) - function in android.graphics.drawable.CrossfadeDrawable
- setLevel(Integer) - function in coil.util.DebugLogger
- setLevel(Integer) - function in coil.util.Logger
- The minimum level for this logger to log.
- setParameter(String,Object,String) - function in coil.request.ImageRequest.Builder
- Set a parameter for this request.
- setParameter(String,Object) - function in coil.request.ImageRequest.Builder
- Set a parameter for this request.
- setStackTrace(Array) - function in kotlin.HttpException
- setStackTrace(Array) - function in kotlin.NullRequestDataException
- setStart(Drawable) - function in coil.drawable.CrossfadeDrawable
- setState(IntArray) - function in android.graphics.drawable.CrossfadeDrawable
- setTint(Integer) - function in coil.drawable.CrossfadeDrawable
- setTintBlendMode(BlendMode) - function in coil.drawable.CrossfadeDrawable
- setTintList(ColorStateList) - function in coil.drawable.CrossfadeDrawable
- setTintMode(PorterDuff.Mode) - function in coil.drawable.CrossfadeDrawable
- setVisible(Boolean,Boolean) - function in android.graphics.drawable.CrossfadeDrawable
- shutdown() - function in coil.ImageLoader
- Cancel any new and in progress requests, clear the MemoryCache, and close any open system resources.
- size(Integer) - function in coil.request.ImageRequest.Builder
- Set the requested width/height.
- size(Integer,Integer) - function in coil.request.ImageRequest.Builder
- Set the requested width/height.
- size(Dimension,Dimension) - function in coil.request.ImageRequest.Builder
- Set the requested width/height.
- size(Size) - function in coil.request.ImageRequest.Builder
- Set the requested width/height.
- size(SizeResolver) - function in coil.request.ImageRequest.Builder
- Set the SizeResolver to resolve the requested width/height.
- size() - function in coil.request.Parameters
- Size - class in coil.size
- Represents the target size of an image request.
- size() - function in coil.size.SizeResolver
- Return the Size that the image should be loaded at.
- size() - function in coil.size.ViewSizeResolver
- Return the Size that the image should be loaded at.
- Size(Integer,Dimension) - function in coil.size.-Sizes
- Create a Size with a pixel value for width.
- Size(Dimension,Integer) - function in coil.size.-Sizes
- Create a Size with a pixel value for height.
- Size(Integer,Integer) - function in coil.size.-Sizes
- Create a Size with pixel values for both width and height.
- Size.Companion - class in coil.size.Size
- SizeResolver - class in coil.size
- An interface for measuring the target size for an image request.
- SizeResolvers - class in coil.size
- source() - function in coil.decode.ImageSource
- Return a BufferedSource to read this ImageSource.
- sourceOrNull() - function in coil.decode.ImageSource
- Return the BufferedSource to read this ImageSource if one has already been created.
- SourceResult - class in coil.fetch
- An ImageSource result, which will be consumed by the relevant Decoder.
- spliterator() - function in kotlin.collections.Parameters
- start() - function in coil.drawable.CrossfadeDrawable
- stop() - function in coil.drawable.CrossfadeDrawable
- strongReferencesEnabled(Boolean) - function in coil.memory.MemoryCache.Builder
- Enables/disables strong reference tracking of values added to this memory cache.
- SuccessResult - class in coil.request
- Indicates that the request completed successfully.