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

/packages/apps/Gallery2/src/com/android/photos/data/
H A DGalleryBitmapPool.java30 public class GalleryBitmapPool { class
38 // SparseArrayBitmapPool instances to back the GalleryBitmapPool, which affords
57 private GalleryBitmapPool(int capacityBytes) { method in class:GalleryBitmapPool
65 private static GalleryBitmapPool sInstance = new GalleryBitmapPool(CAPACITY_BYTES);
67 public static GalleryBitmapPool getInstance() {

Completed in 549 milliseconds