Package-level declarations
Types
Link copied to clipboard
An ImageRequest's scale determines how the source image is scaled to fit into the Size returned by ImageRequest.sizeResolver.
Link copied to clipboard
class ScaleDrawable @JvmOverloads constructor(val child: Drawable, val scale: <Error class: unknown class> = Scale.FIT) : Drawable, Drawable.Callback, Animatable
Link copied to clipboard
An interface for measuring the target size for an image request.
Link copied to clipboard
A SizeResolver that measures the size of a View.
Properties
Link copied to clipboard
Return true if this size is equal to Size.ORIGINAL. Else, return false.
Functions
Link copied to clipboard
Create a Dimension.Pixels value with px number of pixels.
Link copied to clipboard
Link copied to clipboard
Create a SizeResolver with a fixed size.
Link copied to clipboard
Create a ViewSizeResolver using the default View measurement implementation.