Package-level declarations
Types
Represents the read/write policy for a cache source.
Represents the work of an ImageRequest that has been executed by an ImageLoader.
Indicates that an error occurred while executing the request.
An immutable value object that represents a request for an image.
Represents the result of an executed ImageRequest.
The value for ImageRequest.data if the request's data was not set or was set to null.
Exception thrown when an ImageRequest with empty/null data is executed by an ImageLoader.
A set of configuration options for fetching and decoding an image.
Indicates that the request completed successfully.
Properties
Functions
Enables adding a file's last modified timestamp to the memory cache key when loading an image from a file.
Allow converting the result drawable to a bitmap to apply any transformations.
Allow the use of Bitmap.Config.HARDWARE.
Allow automatically using Bitmap.Config.RGB_565 when an image is guaranteed to not have alpha.
Set the preferred Bitmap.Config.
Set the preferred ColorSpace.
Enable a crossfade animation when a request completes successfully.
Enable a crossfade animation when a request completes successfully.
Set the maximum width and height for a bitmap.
Enable/disable pre-multiplication of the color (RGB) channels of the decoded image by the alpha channel.
Set Transformations to be applied to the output image.
Set the Transition.Factory that's started when an image result is applied to a target.