-
public interface DeferredDrawableA wrapper for resolving a Drawable on demand.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeferredDrawable.ConstantA wrapper for a constant Drawable value.
public final classDeferredDrawable.ResourceA wrapper for a Drawable. Optionally mutates each resolved Drawable. Optionally provide transformations (such as Drawable.setTint) to apply each time the Drawable is resolved.
If transformations are supplied, mutate should be true.
public final classDeferredDrawable.AttributeA wrapper for a Drawable. Optionally mutates each resolved Drawable. Optionally provide transformations (such as Drawable.setTint) to apply each time the Drawable is resolved.
If transformations are supplied, mutate should be true.
-