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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoader.java108 BitmapLruCache mThumbnailCache; field in class:TaskResourceLoader
121 mThumbnailCache = thumbnailCache;
180 Bitmap cachedThumbnail = mThumbnailCache.get(t.key);
217 mThumbnailCache.put(t.key, cachedThumbnail);
273 BitmapLruCache mThumbnailCache; field in class:RecentsTaskLoader
312 mThumbnailCache = new BitmapLruCache(thumbnailCacheSize);
314 mLoader = new TaskResourceLoader(mLoadQueue, mApplicationIconCache, mThumbnailCache,
404 Bitmap thumbnail = mThumbnailCache.getAndInvalidateIfModified(taskKey);
414 mThumbnailCache.put(taskKey, thumbnail);
472 Bitmap thumbnail = mThumbnailCache
[all...]

Completed in 71 milliseconds