diff options
author | 2018-05-09 10:25:03 -0700 | |
---|---|---|
committer | 2018-05-09 10:25:03 -0700 | |
commit | 4a85bd7cfa3058141fdb0d06de378d74b9dff07c (patch) | |
tree | 25b9085405cf5b2a01e5111001813f374c642543 | |
parent | 8c943d078482954e7a981626367568e6d7f8a1f0 (diff) | |
parent | 643d9256d91115c3762b6f4e74b1f426d3bc2a92 (diff) |
Merge "Fix a typo in the API doc of TextView#setKeyListener()" into pi-dev
am: 643d9256d9
Change-Id: I3eeea369b2a073e3e5ab03c21a1559947bed51ec
-rw-r--r-- | core/java/android/widget/TextView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java index 7b9ecca075ff..48775adc83cf 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. |