-
- All Implemented Interfaces:
-
com.facebook.imagepipeline.platform.PlatformDecoder
@ThreadSafe() public final class ArtDecoder extends DefaultDecoder
Bitmap decoder for ART VM (Lollipop and up).
-
-
Field Summary
Fields Modifier and Type Field Description private final Pools.Pool<ByteBuffer>mDecodeBuffers
-
Constructor Summary
Constructors Constructor Description ArtDecoder(BitmapPool bitmapPool, Pools.Pool<ByteBuffer> decodeBuffers, PlatformDecoderOptions platformDecoderOptions)
-
Method Summary
Modifier and Type Method Description IntegergetBitmapSize(Integer width, Integer height, BitmapFactory.Options options)-
Methods inherited from class com.facebook.imagepipeline.platform.ArtDecoder
decodeFromEncodedImage, decodeFromEncodedImageWithColorSpace, decodeJPEGFromEncodedImage, decodeJPEGFromEncodedImageWithColorSpace, decodeStaticImageFromStream -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ArtDecoder
ArtDecoder(BitmapPool bitmapPool, Pools.Pool<ByteBuffer> decodeBuffers, PlatformDecoderOptions platformDecoderOptions)
-
-
Method Detail
-
getBitmapSize
Integer getBitmapSize(Integer width, Integer height, BitmapFactory.Options options)
-
-
-
-