Searched defs:BitmapPool (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DBitmapPool.java30 public class BitmapPool { class
31 private static final String TAG = "BitmapPool";
40 // Construct a BitmapPool which caches bitmap with the specified size.
41 public BitmapPool(int width, int height, int poolLimit) { method in class:BitmapPool
49 // Construct a BitmapPool which caches bitmap with any size;
50 public BitmapPool(int poolLimit) { method in class:BitmapPool

Completed in 53 milliseconds