Searched refs:UnrefedBitmapCache (Results 1 - 2 of 2) 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
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
H A DMainActivity.java31 import com.android.bitmap.UnrefedBitmapCache;
38 private final BitmapCache mCache = new UnrefedBitmapCache(TARGET_CACHE_SIZE_BYTES, 0, 0);

Completed in 52 milliseconds