-
@NotThreadSafe() public interface AnimatedFactory
-
-
Method Summary
Modifier and Type Method Description abstract DrawableFactorygetAnimatedDrawableFactory(Context context)abstract ImageDecodergetGifDecoder()abstract ImageDecodergetWebPDecoder()-
-
Method Detail
-
getAnimatedDrawableFactory
abstract DrawableFactory getAnimatedDrawableFactory(Context context)
-
getGifDecoder
abstract ImageDecoder getGifDecoder()
-
getWebPDecoder
abstract ImageDecoder getWebPDecoder()
-
-
-
-