File
Doc
Category
Size
Date
Package
BitmapLruCache.java
API Doc
Android 5.1 API
864
Thu Mar 12 22:22:42 GMT 2015
com.android.systemui.recents.model
BitmapLruCache
java.lang.Object
KeyStoreLruCache
public class BitmapLruCache extends KeyStoreLruCache
The Bitmap LRU cache.
Fields Summary
Constructors Summary
public BitmapLruCache
(
int
cacheSize)
super(cacheSize);
Methods Summary
Java Code Source