Searched refs:themeTints (Results 1 – 1 of 1) sorted by relevance
405 SparseArrayCompat<ColorStateList> themeTints = mTintLists.get(context); in addTintListToCache() local406 if (themeTints == null) { in addTintListToCache()407 themeTints = new SparseArrayCompat<>(); in addTintListToCache()408 mTintLists.put(context, themeTints); in addTintListToCache()410 themeTints.append(resId, tintList); in addTintListToCache()