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.java154 final float cacheSizeAdjustment = (am.isLowRamDevice()) ? 0.5f : 1.0f; in ContactPhotoManagerImpl() local
156 final int bitmapCacheSize = (int) (cacheSizeAdjustment * BITMAP_CACHE_SIZE); in ContactPhotoManagerImpl()
172 final int holderCacheSize = (int) (cacheSizeAdjustment * HOLDER_CACHE_SIZE); in ContactPhotoManagerImpl()
190 "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()