-
public interface AnimatedDrawableBackendProviderAssisted provider for AnimatedDrawableBackend.
-
-
Method Summary
Modifier and Type Method Description abstract AnimatedDrawableBackendget(AnimatedImageResult animatedImageResult, @Nullable() Rect bounds)Creates a new AnimatedDrawableBackend. -
-
Method Detail
-
get
abstract AnimatedDrawableBackend get(AnimatedImageResult animatedImageResult, @Nullable() Rect bounds)
Creates a new AnimatedDrawableBackend.
- Parameters:
animatedImageResult- the image result.bounds- the initial bounds for the drawable
-
-
-
-