Searched refs:getTintList (Results 1 – 3 of 3) sorted by relevance
53 .getTintList(mView.getContext(), mBackgroundResId); in loadFromAttributes()77 ? mDrawableManager.getTintList(mView.getContext(), resId) in onSetBackgroundResource()
272 final ColorStateList tintList = drawableManager.getTintList(context, drawableId); in createTintInfo()
262 final ColorStateList tintList = getTintList(context, resId); in tintDrawable()523 ColorStateList getTintList(@NonNull Context context, @DrawableRes int resId) { in getTintList() method in AppCompatDrawableManager