Searched defs:mColorDrawableCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DResources.java103 private final LongSparseArray<WeakReference<Drawable.ConstantState> > mColorDrawableCache field in class:Resources
1497 clearDrawableCache(mColorDrawableCache, configChanges);
1882 Drawable dr = getCachedDrawable(isColorDrawable ? mColorDrawableCache : mDrawableCache, key);
1968 mColorDrawableCache.put(key, new WeakReference<Drawable.ConstantState>(cs));

Completed in 30 milliseconds