Searched refs:sDrawableCache (Results 1 – 1 of 1) sorted by relevance
81 … private static final LruCache<String, Drawable.ConstantState> sDrawableCache = new LruCache<>(50); field in Resources_Delegate122 sDrawableCache.evictAll(); in disposeSystem()182 Drawable.ConstantState constantState = key != null ? sDrawableCache.get(key) : null; in getDrawable()198 sDrawableCache.put(key, state); in getDrawable()