Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DContactPhotoManagerImpl.java153 final float cacheSizeAdjustment = (am.isLowRamDevice()) ? 0.5f : 1.0f; in ContactPhotoManagerImpl() local
155 final int bitmapCacheSize = (int) (cacheSizeAdjustment * BITMAP_CACHE_SIZE); in ContactPhotoManagerImpl()
171 final int holderCacheSize = (int) (cacheSizeAdjustment * HOLDER_CACHE_SIZE); in ContactPhotoManagerImpl()
189 "ContactPhotoManagerImpl.ContactPhotoManagerImpl", "cache adj: " + cacheSizeAdjustment); in ContactPhotoManagerImpl()
/packages/apps/Contacts/src/com/android/contacts/
DContactPhotoManager.java714 final float cacheSizeAdjustment = (am.isLowRamDevice()) ? 0.5f : 1.0f; in ContactPhotoManagerImpl() local
716 final int bitmapCacheSize = (int) (cacheSizeAdjustment * BITMAP_CACHE_SIZE); in ContactPhotoManagerImpl()
727 final int holderCacheSize = (int) (cacheSizeAdjustment * HOLDER_CACHE_SIZE); in ContactPhotoManagerImpl()
739 Log.i(TAG, "Cache adj: " + cacheSizeAdjustment); in ContactPhotoManagerImpl()