diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java index 4be9e1a2051b6..e933f18af9795 100644 --- a/core/java/android/widget/TextView.java +++ b/core/java/android/widget/TextView.java @@ -3285,7 +3285,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)}