-
@ThreadSafe() public final class ArtBitmapFactory extends PlatformBitmapFactoryBitmap factory for ART VM (Lollipop and up).
-
-
Constructor Summary
Constructors Constructor Description ArtBitmapFactory(BitmapPool bitmapPool, CloseableReferenceFactory closeableReferenceFactory)
-
Method Summary
Modifier and Type Method Description CloseableReference<Bitmap>createBitmapInternal(Integer width, Integer height, Bitmap.Config bitmapConfig)Creates a bitmap of the specified width and height. -
Methods inherited from class com.facebook.imagepipeline.bitmaps.ArtBitmapFactory
createBitmap, createBitmap, createBitmap, createBitmap, createBitmap, createBitmap, createBitmap, createBitmap, createBitmap, createBitmap, createBitmap, createBitmap, createBitmap, createBitmap, createBitmap, createBitmap, createBitmap, createBitmap, createScaledBitmap, createScaledBitmap -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ArtBitmapFactory
ArtBitmapFactory(BitmapPool bitmapPool, CloseableReferenceFactory closeableReferenceFactory)
-
-
Method Detail
-
createBitmapInternal
CloseableReference<Bitmap> createBitmapInternal(Integer width, Integer height, Bitmap.Config bitmapConfig)
Creates a bitmap of the specified width and height.
- Parameters:
width- the width of the bitmapheight- the height of the bitmapbitmapConfig- the android.graphics.Bitmap.Config used to create the decoded Bitmap
-
-
-
-