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

/frameworks/base/core/java/android/content/res/
H A DResources.java101 private final SparseArray<WeakReference<ColorStateList> > mColorStateListCache field in class:Resources
1499 mColorStateListCache.clear();
2075 mColorStateListCache.put(
2086 WeakReference<ColorStateList> wr = mColorStateListCache.get(key);
2096 mColorStateListCache.delete(key);

Completed in 63 milliseconds