Searched refs:tints (Results 1 – 1 of 1) sorted by relevance
563 final SparseArrayCompat<ColorStateList> tints = mTintLists.get(context); in getTintListFromCache() local564 return tints != null ? tints.get(resId) : null; in getTintListFromCache()