FileDocCategorySizeDatePackage
BitmapLruCache.javaAPI DocAndroid 5.1 API864Thu Mar 12 22:22:42 GMT 2015com.android.systemui.recents.model

BitmapLruCache

public class BitmapLruCache extends KeyStoreLruCache
The Bitmap LRU cache.

Fields Summary
Constructors Summary
public BitmapLruCache(int cacheSize)

        super(cacheSize);
    
Methods Summary