public class

BitmapPoolBackend

extends LruBucketsPoolBackend<T>
java.lang.Object
   ↳ com.facebook.imagepipeline.memory.LruBucketsPoolBackend<T>
     ↳ com.facebook.imagepipeline.memory.BitmapPoolBackend

Summary

Public Constructors
BitmapPoolBackend()
Public Methods
Bitmap get(int size)
int getSize(Bitmap bitmap)
void put(Bitmap bitmap)
Protected Methods
boolean isReusable(Bitmap bitmap)
[Expand]
Inherited Methods
From class com.facebook.imagepipeline.memory.LruBucketsPoolBackend
From class java.lang.Object

Public Constructors

public BitmapPoolBackend ()

Public Methods

public Bitmap get (int size)

public int getSize (Bitmap bitmap)

public void put (Bitmap bitmap)

Protected Methods

protected boolean isReusable (Bitmap bitmap)