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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoader.java110 BitmapLruCache mThumbnailCache; field in class:TaskResourceLoader
123 mThumbnailCache = thumbnailCache;
179 Bitmap cachedThumbnail = mThumbnailCache.get(t.key);
210 mThumbnailCache.put(t.key, cachedThumbnail);
263 BitmapLruCache mThumbnailCache; field in class:RecentsTaskLoader
300 mThumbnailCache = new BitmapLruCache(thumbnailCacheSize);
302 mLoader = new TaskResourceLoader(mLoadQueue, mApplicationIconCache, mThumbnailCache,
495 task.thumbnail = mThumbnailCache.getAndInvalidateIfModified(taskKey);
501 mThumbnailCache.put(taskKey, task.thumbnail);
526 Bitmap thumbnail = mThumbnailCache
[all...]

Completed in 170 milliseconds