-
- All Implemented Interfaces:
-
com.facebook.imagepipeline.platform.PlatformDecoder
@ThreadSafe() public final class OreoDecoder extends DefaultDecoder
Bitmap decoder for ART VM (Android O and up).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classOreoDecoder.Companion
-
Field Summary
Fields Modifier and Type Field Description private final PlatformDecoderOptionsplatformDecoderOptionsprivate final Pools.Pool<ByteBuffer>mDecodeBuffers
-
Constructor Summary
Constructors Constructor Description OreoDecoder(BitmapPool bitmapPool, Pools.Pool<ByteBuffer> decodeBuffers, PlatformDecoderOptions platformDecoderOptions)
-
Method Summary
Modifier and Type Method Description final PlatformDecoderOptionsgetPlatformDecoderOptions()IntegergetBitmapSize(Integer width, Integer height, BitmapFactory.Options options)-
Methods inherited from class com.facebook.imagepipeline.platform.OreoDecoder
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
-
OreoDecoder
OreoDecoder(BitmapPool bitmapPool, Pools.Pool<ByteBuffer> decodeBuffers, PlatformDecoderOptions platformDecoderOptions)
-
-
Method Detail
-
getPlatformDecoderOptions
final PlatformDecoderOptions getPlatformDecoderOptions()
-
getBitmapSize
Integer getBitmapSize(Integer width, Integer height, BitmapFactory.Options options)
-
-
-
-