HomeSort by relevance Sort by last modified time
    Searched refs:holderCacheSize (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 381 final int holderCacheSize = (int) (cacheSizeAdjustment * HOLDER_CACHE_SIZE);
382 mBitmapHolderCache = new LruCache<Object, BitmapHolder>(holderCacheSize) {
392 mBitmapHolderCacheRedZoneBytes = (int) (holderCacheSize * 0.75);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
PhotoManager.java 202 final int holderCacheSize = (int) (cacheSizeAdjustment * HOLDER_CACHE_SIZE);
203 sBitmapHolderCache = new LruCache<Object, BitmapHolder>(holderCacheSize) {
    [all...]

Completed in 623 milliseconds