Package com.bumptech.glide.load.resource.drawable

Types

Link copied to clipboard
class AnimatedWebpDecoder
Allows decoding animated webp images using ImageDecoder on Android P+.
Link copied to clipboard
class DrawableDecoderCompat
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
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>
Contains Drawable specific animation options.
Link copied to clipboard
open class ResourceDrawableDecoder : ResourceDecoder<T, Z>
Decodes Drawables given resource Uris.
Link copied to clipboard
open class UnitDrawableDecoder : ResourceDecoder<T, Z>
Passes through a Drawable as a Drawable based Resource.