Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java727 final int holderCacheSize = (int) (cacheSizeAdjustment * HOLDER_CACHE_SIZE); in ContactPhotoManagerImpl() local
728 mBitmapHolderCache = new LruCache<Object, BitmapHolder>(holderCacheSize) { in ContactPhotoManagerImpl()
738 mBitmapHolderCacheRedZoneBytes = (int) (holderCacheSize * 0.75); in ContactPhotoManagerImpl()