Searched defs:UnrefedBitmapCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/
H A DUnrefedBitmapCache.java35 public class UnrefedBitmapCache extends UnrefedPooledCache<RequestKey, ReusableBitmap> class in inherits:UnrefedPooledCache,BitmapCache
43 private final static String TAG = UnrefedBitmapCache.class.getSimpleName();
45 public UnrefedBitmapCache(final int targetSizeBytes, final float nonPooledFraction, method in class:UnrefedBitmapCache

Completed in 6 milliseconds