Home | History | Annotate | Download | only in common

Lines Matching refs:cacheSizeAdjustment

153     final float cacheSizeAdjustment = (am.isLowRamDevice()) ? 0.5f : 1.0f;
155 final int bitmapCacheSize = (int) (cacheSizeAdjustment * BITMAP_CACHE_SIZE);
171 final int holderCacheSize = (int) (cacheSizeAdjustment * HOLDER_CACHE_SIZE);
189 "ContactPhotoManagerImpl.ContactPhotoManagerImpl", "cache adj: " + cacheSizeAdjustment);