java.lang.Object |
↳ |
com.facebook.imagepipeline.bitmaps.HoneycombBitmapCreator |
Class Overview
This is the implementation of the BitmapCreator for the Honeycomb
Summary
Public Methods |
Bitmap
|
createNakedBitmap(int width, int height, Bitmap.Config bitmapConfig)
This creates a Bitmap with will be then wrapped with a CloseableReference
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.facebook.common.webp.BitmapCreator
abstract
Bitmap
|
createNakedBitmap(int width, int height, Bitmap.Config bitmapConfig)
This creates a Bitmap with will be then wrapped with a CloseableReference
|
|
Public Constructors
public
HoneycombBitmapCreator
(PoolFactory poolFactory)
Public Methods
public
Bitmap
createNakedBitmap
(int width, int height, Bitmap.Config bitmapConfig)
This creates a Bitmap with will be then wrapped with a CloseableReference
Parameters
width |
The width of the image |
height |
The height of the image |
bitmapConfig |
The Config object to use |