Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatDrawableManager.java574 SparseArrayCompat<ColorStateList> themeTints = mTintLists.get(context); in addTintListToCache() local
575 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()