Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/
DUnrefedBitmapCache.java45 public UnrefedBitmapCache(final int targetSizeBytes, final float nonPooledFraction, in UnrefedBitmapCache() argument
47 super(targetSizeBytes, nonPooledFraction); in UnrefedBitmapCache()
DUnrefedPooledCache.java59 public UnrefedPooledCache(int targetSize, float nonPooledFraction) { in UnrefedPooledCache() argument
62 final int nonPooledSize = Math.round(targetSize * nonPooledFraction); in UnrefedPooledCache()