-
- All Implemented Interfaces:
-
com.facebook.common.webp.BitmapCreator
public final class HoneycombBitmapCreator implements BitmapCreatorThis is the implementation of the BitmapCreator for the Honeycomb
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHoneycombBitmapCreator.Companion
-
Constructor Summary
Constructors Constructor Description HoneycombBitmapCreator(PoolFactory poolFactory)
-
Method Summary
Modifier and Type Method Description BitmapcreateNakedBitmap(Integer width, Integer height, Bitmap.Config bitmapConfig)-
-
Constructor Detail
-
HoneycombBitmapCreator
HoneycombBitmapCreator(PoolFactory poolFactory)
-
-
Method Detail
-
createNakedBitmap
Bitmap createNakedBitmap(Integer width, Integer height, Bitmap.Config bitmapConfig)
-
-
-
-