Searched refs:tintDrawable (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatBackgroundHelper.java166 AppCompatDrawableManager.tintDrawable(background, mBackgroundTint,
169 AppCompatDrawableManager.tintDrawable(background, mInternalBackgroundTint,
229 AppCompatDrawableManager.tintDrawable(background, info, mView.getDrawableState());
H A DAppCompatDrawableManager.java205 drawable = tintDrawable(context, resId, failIfNotKnown, drawable);
260 private Drawable tintDrawable(@NonNull Context context, @DrawableRes int resId, method in class:AppCompatDrawableManager
438 return tintDrawable(context, resId, false, drawable);
663 static void tintDrawable(Drawable drawable, TintInfo tint, int[] state) { method in class:AppCompatDrawableManager
H A DAppCompatTextHelper.java180 AppCompatDrawableManager.tintDrawable(drawable, info, mView.getDrawableState());

Completed in 383 milliseconds