public class

HoneycombBitmapCreator

extends Object
implements BitmapCreator
java.lang.Object
   ↳ com.facebook.imagepipeline.bitmaps.HoneycombBitmapCreator

Class Overview

This is the implementation of the BitmapCreator for the Honeycomb

Summary

Public Constructors
HoneycombBitmapCreator(PoolFactory poolFactory)
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
From interface com.facebook.common.webp.BitmapCreator

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
Returns
  • The Bitmap