Package com.bumptech.glide.load.resource.drawable
Types
Link copied to clipboard
Allows decoding animated webp images using ImageDecoder on Android P+.
Link copied to clipboard
Handles decoding Drawables with the v7 support library if present and falling back to the v4 support library otherwise.
Link copied to clipboard
abstract class DrawableResource<T : Drawable?> : Resource<Z> , Initializable
Content copied to clipboard
Simple wrapper for an Android Drawable which returns a new drawable based on it's state.
Link copied to clipboard
class DrawableTransitionOptions : TransitionOptions<CHILD, TranscodeType>
Content copied to clipboard
Contains Drawable specific animation options.
Link copied to clipboard
Decodes Drawables given resource Uris.
Link copied to clipboard
Passes through a Drawable as a Drawable based Resource.