Searched refs:mColorStateListCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DResources.java105 /*package*/ final LongSparseArray<WeakReference<ColorStateList> > mColorStateListCache field in class:Resources
1611 mColorStateListCache.clear();
2276 mColorStateListCache.put(key, new WeakReference<ColorStateList>(csl));
2286 WeakReference<ColorStateList> wr = mColorStateListCache.get(key);
2295 mColorStateListCache.delete(key);

Completed in 202 milliseconds