Home
last modified time | relevance | path

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

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