From af5ff360515819bab6555711eadb20fc3ae3d014 Mon Sep 17 00:00:00 2001 From: Nader Jawad Date: Tue, 14 Apr 2020 15:24:04 -0700 Subject: Updated TextView#setCompoundDrawableTintList documentation to refer to BlendMode.SRC_IN instead of PorterDuff.Mode.SRC_IN Fixes: 151952140 Test: N/A Change-Id: Ie4b9a585c2dae49e633f6741180b6749493d069a --- core/java/android/widget/TextView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/widget/TextView.java') diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java index e1783181457f..2728ec2e3a96 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)} -- cgit v1.2.3