summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TextView.java
diff options
context:
space:
mode:
authorNader Jawad <njawad@google.com>2020-04-14 15:24:04 -0700
committerNader Jawad <njawad@google.com>2020-04-15 20:21:52 +0000
commitaf5ff360515819bab6555711eadb20fc3ae3d014 (patch)
treeb09bc1002a97e39dbdcdeba3ad35b95256020f0b /core/java/android/widget/TextView.java
parent82544c804d364602e817f43ca252d67d2aeb1788 (diff)
Updated TextView#setCompoundDrawableTintList
documentation to refer to BlendMode.SRC_IN instead of PorterDuff.Mode.SRC_IN Fixes: 151952140 Test: N/A Change-Id: Ie4b9a585c2dae49e633f6741180b6749493d069a
Diffstat (limited to 'core/java/android/widget/TextView.java')
-rw-r--r--core/java/android/widget/TextView.java2
1 files changed, 1 insertions, 1 deletions
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.
* <p>
* Subsequent calls to
* {@link #setCompoundDrawables(Drawable, Drawable, Drawable, Drawable)}