Searched refs:bitmapCacheSize (Results 1 – 2 of 2) sorted by relevance
155 final int bitmapCacheSize = (int) (cacheSizeAdjustment * BITMAP_CACHE_SIZE); in ContactPhotoManagerImpl() local157 new LruCache<Object, Bitmap>(bitmapCacheSize) { in ContactPhotoManagerImpl()
716 final int bitmapCacheSize = (int) (cacheSizeAdjustment * BITMAP_CACHE_SIZE); in ContactPhotoManagerImpl() local717 mBitmapCache = new LruCache<Object, Bitmap>(bitmapCacheSize) { in ContactPhotoManagerImpl()