Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatDrawableManager.java168 private WeakHashMap<Context, SparseArray<ColorStateList>> mTintLists; field in AppCompatDrawableManager
545 if (mTintLists != null) { in getTintListFromCache()
546 final SparseArray<ColorStateList> tints = mTintLists.get(context); in getTintListFromCache()
554 if (mTintLists == null) { in addTintListToCache()
555 mTintLists = new WeakHashMap<>(); in addTintListToCache()
557 SparseArray<ColorStateList> themeTints = mTintLists.get(context); in addTintListToCache()
560 mTintLists.put(context, themeTints); in addTintListToCache()