Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java651 private final int mBitmapHolderCacheRedZoneBytes; field in ContactPhotoManagerImpl
738 mBitmapHolderCacheRedZoneBytes = (int) (holderCacheSize * 0.75); in ContactPhotoManagerImpl()
1401 if (mBitmapHolderCache.size() > mBitmapHolderCacheRedZoneBytes) { in preloadPhotosInBackground()