Searched refs:sDrawableCache (Results 1 – 1 of 1) sorted by relevance
80 private static LruCache<String, Drawable.ConstantState> sDrawableCache = new LruCache<>(50); field in Resources_Delegate119 sDrawableCache.evictAll(); in disposeSystem()192 Drawable.ConstantState constantState = key != null ? sDrawableCache.get(key) : null; in getDrawable()201 sDrawableCache.put(key, drawable.getConstantState()); in getDrawable()