Searched refs:mTintLists (Results 1 – 1 of 1) sorted by relevance
168 private WeakHashMap<Context, SparseArray<ColorStateList>> mTintLists; field in AppCompatDrawableManager545 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()