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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactPhotoManager.java318 private final int mBitmapHolderCacheRedZoneBytes; field in class:ContactPhotoManagerImpl
396 mBitmapHolderCacheRedZoneBytes = (int) (holderCacheSize * 0.75);
961 if (mBitmapHolderCache.size() > mBitmapHolderCacheRedZoneBytes) {

Completed in 39 milliseconds