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

/frameworks/opt/bitmap/src/com/android/bitmap/
H A DUnrefedBitmapCache.java45 public UnrefedBitmapCache(final int targetSizeBytes, final float nonPooledFraction, argument
47 super(targetSizeBytes, nonPooledFraction);
H A DUnrefedPooledCache.java56 * @param nonPooledFraction the fractional portion in the range [0.0,1.0] of targetSize to
59 public UnrefedPooledCache(int targetSize, float nonPooledFraction) { argument
62 final int nonPooledSize = Math.round(targetSize * nonPooledFraction);

Completed in 64 milliseconds