Searched refs:bitmapCacheSize (Results 1 – 2 of 2) sorted by relevance
156 final int bitmapCacheSize = (int) (cacheSizeAdjustment * BITMAP_CACHE_SIZE); in ContactPhotoManagerImpl() local158 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()