Searched refs:holderCacheSize (Results 1 – 2 of 2) sorted by relevance
171 final int holderCacheSize = (int) (cacheSizeAdjustment * HOLDER_CACHE_SIZE); in ContactPhotoManagerImpl() local173 new LruCache<Object, BitmapHolder>(holderCacheSize) { in ContactPhotoManagerImpl()187 mBitmapHolderCacheRedZoneBytes = (int) (holderCacheSize * 0.75); in ContactPhotoManagerImpl()
727 final int holderCacheSize = (int) (cacheSizeAdjustment * HOLDER_CACHE_SIZE); in ContactPhotoManagerImpl() local728 mBitmapHolderCache = new LruCache<Object, BitmapHolder>(holderCacheSize) { in ContactPhotoManagerImpl()738 mBitmapHolderCacheRedZoneBytes = (int) (holderCacheSize * 0.75); in ContactPhotoManagerImpl()