Searched refs:nonPooledFraction (Results 1 – 2 of 2) sorted by relevance
36 public AltBitmapCache(final int targetSizeBytes, final float nonPooledFraction) { in AltBitmapCache() argument37 super(targetSizeBytes, nonPooledFraction); in AltBitmapCache()
56 public AltPooledCache(int targetSize, float nonPooledFraction) { in AltPooledCache() argument59 final int nonPooledSize = Math.round(targetSize * nonPooledFraction); in AltPooledCache()