diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java index e1783181457fb..2728ec2e3a962 100644 --- a/core/java/android/widget/TextView.java +++ b/core/java/android/widget/TextView.java @@ -3272,7 +3272,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener /** * Applies a tint to the compound drawables. Does not modify the - * current tint mode, which is {@link PorterDuff.Mode#SRC_IN} by default. + * current tint mode, which is {@link BlendMode#SRC_IN} by default. *
* Subsequent calls to * {@link #setCompoundDrawables(Drawable, Drawable, Drawable, Drawable)}