Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java59 private final SparseArray<Drawable> mDrawableCache = new SparseArray<>(); field in LockIcon
108 mDrawableCache.clear(); in onConfigurationChanged()
155 mDrawableCache.clear(); in onThemeChange()
173 if (!mDrawableCache.contains(iconRes)) { in getIcon()
174 mDrawableCache.put(iconRes, getResources().getDrawable(iconRes)); in getIcon()
177 return mDrawableCache.get(iconRes); in getIcon()
/frameworks/base/core/java/android/content/res/
DResourcesImpl.java127 private final DrawableCache mDrawableCache = new DrawableCache(); field in ResourcesImpl
482 mDrawableCache.onConfigurationChange(configChanges); in updateConfiguration()
580 mDrawableCache.clear(); in clearAllCaches()
632 caches = mDrawableCache; in loadDrawable()