Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResources.java119 private final LongSparseArray<WeakReference<ColorStateList>> mColorStateListCache = field in Resources
1849 mColorStateListCache.clear(); in updateConfiguration()
2616 mColorStateListCache.put(key, new WeakReference<ColorStateList>(csl)); in loadColorStateList()
2626 WeakReference<ColorStateList> wr = mColorStateListCache.get(key); in getCachedColorStateList()
2635 mColorStateListCache.delete(key); in getCachedColorStateList()