-
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
T
- tag(T) - function in coil.request.ImageRequest.Builder
- Attach tag to this request using T as the key.
- tag(Class,T) - function in coil.request.ImageRequest.Builder
- Attach tag to this request using type as the key.
- tag() - function in coil.request.Tags
- Return the tag associated with T.
- tag(Class) - function in coil.request.Tags
- Return the tag associated with type.
- tags(Tags) - function in coil.request.ImageRequest.Builder
- Set the tags for this request.
- Tags - class in coil.request
- A map of custom objects.
- Tags.Companion - class in coil.request.Tags
- target(ImageView) - function in coil.request.ImageRequest.Builder
- Convenience function to set imageView as the Target.
- target(Function1,Function1,Function1) - function in coil.request.ImageRequest.Builder
- Convenience function to create and set the Target.
- target(Target) - function in coil.request.ImageRequest.Builder
- Set the Target.
- Target - class in coil.target
- A listener that accepts the result of an image request.
- toString() - function in coil.memory.MemoryCache.Key
- toString() - function in coil.memory.MemoryCache.Value
- toString() - function in coil.request.NullRequestData
- toString() - function in coil.request.Parameters
- toString() - function in coil.request.Parameters.Entry
- toString() - function in coil.request.Tags
- toString() - function in coil.size.Dimension.Pixels
- toString() - function in coil.size.Dimension.Undefined
- trackWeakReferences(Boolean) - function in coil.ImageLoader.Builder
- transform(Bitmap,Size) - function in coil.transform.CircleCropTransformation
- Apply the transformation to input and return the transformed Bitmap.
- transform(Bitmap,Size) - function in coil.transform.RoundedCornersTransformation
- Apply the transformation to input and return the transformed Bitmap.
- transform(Bitmap,Size) - function in coil.transform.Transformation
- Apply the transformation to input and return the transformed Bitmap.
- Transformation - class in coil.transform
- An interface for making transformations to an image's pixel data.
- transformationDispatcher(CoroutineDispatcher) - function in coil.ImageLoader.Builder
- The CoroutineDispatcher that Transformation.transform will be executed on.
- transformationDispatcher(CoroutineDispatcher) - function in coil.request.ImageRequest.Builder
- transformations(Transformation) - function in coil.request.ImageRequest.Builder
- Set the list of Transformations to be applied to this request.
- transformations(List) - function in coil.request.ImageRequest.Builder
- Set the list of Transformations to be applied to this request.
- transformEnd(ImageRequest,Bitmap) - function in coil.EventListener
- Called after any Transformations are applied.
- transformStart(ImageRequest,Bitmap) - function in coil.EventListener
- Called before any Transformations are applied.
- transition(Transition) - function in coil.ImageLoader.Builder
- transition(Transition) - function in coil.request.ImageRequest.Builder
- transition() - function in coil.transition.CrossfadeTransition
- Start the transition animation.
- transition() - function in coil.transition.Transition
- Start the transition animation.
- Transition - class in coil.transition
- A class to animate between a Target's current drawable and the result of an image request.
- Transition.Factory - class in coil.transition.Transition
- Transition.Factory.Companion - class in coil.transition.Transition.Factory
- transitionEnd(ImageRequest,Transition) - function in coil.EventListener
- Called after Transition.transition.
- transitionFactory(Transition.Factory) - function in coil.ImageLoader.Builder
- Set the default Transition.Factory for each request.
- transitionFactory(Transition.Factory) - function in coil.request.ImageRequest.Builder
- transitionStart(ImageRequest,Transition) - function in coil.EventListener
- Called before Transition.transition.
- TransitionTarget - class in coil.transition
- A Target that supports applying Transitions.
- trimMemory(Integer) - function in coil.memory.MemoryCache