Searched refs:holderCacheSize (Results 1 – 2 of 2) sorted by relevance
172 final int holderCacheSize = (int) (cacheSizeAdjustment * HOLDER_CACHE_SIZE); in ContactPhotoManagerImpl() local174 new LruCache<Object, BitmapHolder>(holderCacheSize) { in ContactPhotoManagerImpl()188 bitmapHolderCacheRedZoneBytes = (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()