-
@ThreadSafe() public final class HoneycombBitmapFactory extends PlatformBitmapFactoryFactory implementation for Honeycomb through Kitkat
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHoneycombBitmapFactory.Companion
-
Constructor Summary
Constructors Constructor Description HoneycombBitmapFactory(EmptyJpegGenerator jpegGenerator, PlatformDecoder purgeableDecoder, 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.HoneycombBitmapFactory
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
-
HoneycombBitmapFactory
HoneycombBitmapFactory(EmptyJpegGenerator jpegGenerator, PlatformDecoder purgeableDecoder, 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
-
-
-
-