Home
last modified time | relevance | path

Searched refs:mSharedNodePool (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/data/
DGalleryBitmapPool.java55 private Pool<Node> mSharedNodePool = new SynchronizedPool<Node>(128); field in GalleryBitmapPool
59 mPools[POOL_INDEX_SQUARE] = new SparseArrayBitmapPool(capacityBytes / 3, mSharedNodePool); in GalleryBitmapPool()
60 mPools[POOL_INDEX_PHOTO] = new SparseArrayBitmapPool(capacityBytes / 3, mSharedNodePool); in GalleryBitmapPool()
61 mPools[POOL_INDEX_MISC] = new SparseArrayBitmapPool(capacityBytes / 3, mSharedNodePool); in GalleryBitmapPool()