Searched refs:mColorStateListCache (Results 1 – 1 of 1) sorted by relevance
101 private final LongSparseArray<WeakReference<ColorStateList> > mColorStateListCache field in Resources1503 mColorStateListCache.clear(); in updateConfiguration()2109 mColorStateListCache.put(key, new WeakReference<ColorStateList>(csl)); in loadColorStateList()2119 WeakReference<ColorStateList> wr = mColorStateListCache.get(key); in getCachedColorStateList()2128 mColorStateListCache.delete(key); in getCachedColorStateList()