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

/packages/apps/Gallery2/src/com/android/photos/data/
H A DGalleryBitmapPool.java26 public class GalleryBitmapPool { class
41 private GalleryBitmapPool(int capacityBytes) { method in class:GalleryBitmapPool
49 private static GalleryBitmapPool sInstance = new GalleryBitmapPool(CAPACITY_BYTES);
51 public static GalleryBitmapPool getInstance() {

Completed in 67 milliseconds