Searched refs:mIconCache (Results 1 – 2 of 2) sorted by relevance
99 TaskKeyLruCache<Drawable> mIconCache; field in BackgroundTaskLoader112 mIconCache = iconCache; in BackgroundTaskLoader()169 Drawable cachedIcon = mIconCache.get(t.key); in run()192 mIconCache.put(t.key, cachedIcon); in run()258 private final TaskKeyLruCache<Drawable> mIconCache; field in RecentsTaskLoader309 mIconCache = new TaskKeyLruCache<>(iconCacheSize, mClearActivityInfoOnEviction); in RecentsTaskLoader()315 mLoader = new BackgroundTaskLoader(mLoadQueue, mIconCache, mThumbnailCache, in RecentsTaskLoader()361 Drawable icon = mIconCache.getAndInvalidateIfModified(t.key); in loadTaskData()391 mIconCache.remove(t.key); in deleteTaskData()417 mIconCache.trimToSize(Math.max(mNumVisibleTasksLoaded, in onTrimMemory()[all …]
100 private final IconCache mIconCache; field in OSUManager117 mIconCache = new IconCache(this); in OSUManager()479 mIconCache.clear(); in wifiStateChange()588 mIconCache.tickle(all); in tickleIconCache()595 mIconCache.clear(); in tickleIconCache()666 mIconCache.startIconQuery(osuInfo, in initiateIconQueries()792 mIconCache.notifyIconReceived(bssid, fileName, data); in notifyIconReceived()