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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DDrawableLruCache.java24 class DrawableLruCache extends KeyStoreLruCache<Drawable> { class in inherits:KeyStoreLruCache
25 public DrawableLruCache(int cacheSize) { method in class:DrawableLruCache
H A DRecentsTaskLoader.java109 DrawableLruCache mApplicationIconCache;
118 public TaskResourceLoader(TaskResourceLoadQueue loadQueue, DrawableLruCache applicationIconCache,
262 DrawableLruCache mApplicationIconCache;
299 mApplicationIconCache = new DrawableLruCache(iconCacheSize);

Completed in 409 milliseconds