Searched refs:themeTints (Results 1 – 1 of 1) sorted by relevance
574 SparseArrayCompat<ColorStateList> themeTints = mTintLists.get(context); in addTintListToCache() local575 if (themeTints == null) { in addTintListToCache()576 themeTints = new SparseArrayCompat<>(); in addTintListToCache()577 mTintLists.put(context, themeTints); in addTintListToCache()579 themeTints.append(resId, tintList); in addTintListToCache()