Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatBackgroundHelper.java53 .getTintList(mView.getContext(), mBackgroundResId); in loadFromAttributes()
77 ? mDrawableManager.getTintList(mView.getContext(), resId) in onSetBackgroundResource()
DAppCompatTextHelper.java272 final ColorStateList tintList = drawableManager.getTintList(context, drawableId); in createTintInfo()
DAppCompatDrawableManager.java262 final ColorStateList tintList = getTintList(context, resId); in tintDrawable()
523 ColorStateList getTintList(@NonNull Context context, @DrawableRes int resId) { in getTintList() method in AppCompatDrawableManager