Searched refs:cacheSizeAdjustment (Results 1 – 2 of 2) sorted by relevance
153 final float cacheSizeAdjustment = (am.isLowRamDevice()) ? 0.5f : 1.0f; in ContactPhotoManagerImpl() local155 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()
714 final float cacheSizeAdjustment = (am.isLowRamDevice()) ? 0.5f : 1.0f; in ContactPhotoManagerImpl() local716 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()