Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java82 private static LruCache<String, Drawable.ConstantState> sDrawableCache = new LruCache<>(50); field in Resources_Delegate
121 sDrawableCache.evictAll(); in disposeSystem()
180 Drawable.ConstantState constantState = key != null ? sDrawableCache.get(key) : null; in getDrawable()
189 sDrawableCache.put(key, drawable.getConstantState()); in getDrawable()