Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/bitmap/
DAltBitmapCache.java36 public AltBitmapCache(final int targetSizeBytes, final float nonPooledFraction) { in AltBitmapCache() argument
37 super(targetSizeBytes, nonPooledFraction); in AltBitmapCache()
DAltPooledCache.java56 public AltPooledCache(int targetSize, float nonPooledFraction) { in AltPooledCache() argument
59 final int nonPooledSize = Math.round(targetSize * nonPooledFraction); in AltPooledCache()