Home
last modified time | relevance | path

Searched refs:mMaxIconCacheSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/model/
DRecentsTaskLoader.java83 private final int mMaxIconCacheSize; field in RecentsTaskLoader
102 mMaxIconCacheSize = maxIconCacheSize; in RecentsTaskLoader()
110 mIconCache = new TaskKeyLruCache<>(mMaxIconCacheSize, mClearActivityInfoOnEviction); in RecentsTaskLoader()
136 return mMaxIconCacheSize; in getIconCacheSize()
221 mMaxIconCacheSize / 2)); in onTrimMemory()
226 mIconCache.trimToSize(Math.max(1, mMaxIconCacheSize / 2)); in onTrimMemory()
233 mIconCache.trimToSize(Math.max(1, mMaxIconCacheSize / 4)); in onTrimMemory()