summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TextView.java
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-05-09 10:38:10 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-05-09 10:38:10 -0700
commitd364bcff963a710e430537c4bb845037ca228bec (patch)
treec12ed18357277ae2f0db6016dc36f22c80ead60d /core/java/android/widget/TextView.java
parent49689d7c75b2615607447d63a1290f2bfa0cd31d (diff)
parent4a85bd7cfa3058141fdb0d06de378d74b9dff07c (diff)
Merge "Fix a typo in the API doc of TextView#setKeyListener()" into pi-dev am: 643d9256d9
am: 4a85bd7cfa Change-Id: I50a49febfb87712d316dc96f1c9bc8c8c6fca727
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 5380cd8d7229..4a2c2c50a783 100644
--- a/core/java/android/widget/TextView.java
+++ b/core/java/android/widget/TextView.java
@@ -2284,7 +2284,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
* Sets the key listener to be used with this TextView. This can be null
* to disallow user input. Note that this method has significant and
* subtle interactions with soft keyboards and other input method:
- * see {@link KeyListener#getInputType() KeyListener.getContentType()}
+ * see {@link KeyListener#getInputType() KeyListener.getInputType()}
* for important details. Calling this method will replace the current
* content type of the text view with the content type returned by the
* key listener.