diff options
| author | Elliot Waite <elliotwaite@google.com> | 2017-01-26 04:49:33 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-01-26 04:49:33 +0000 |
| commit | 0ce4b0e4c31a65864e0cda3c9d3fb6fe8a40f2ed (patch) | |
| tree | 0312b321b8ac943de7d2a2613bfa95d3842c2812 /core/java/android/inputmethodservice/InputMethodService.java | |
| parent | e3d08aebdcf2ab939b9f9e8c65105594db7dd720 (diff) | |
| parent | 9b21265b2ce0f57796bffb241c008fff459d4b05 (diff) | |
Fix @links in reference docs. am: 54de77470d am: ab978c035e am: 28ba4722a9
am: 9b21265b2c
Change-Id: If246ebdb36cf2832d5a6c42cbe752e290b6fb6e8
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
| -rw-r--r-- | core/java/android/inputmethodservice/InputMethodService.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/inputmethodservice/InputMethodService.java b/core/java/android/inputmethodservice/InputMethodService.java index c6338cb53c76..beed6e91f166 100644 --- a/core/java/android/inputmethodservice/InputMethodService.java +++ b/core/java/android/inputmethodservice/InputMethodService.java @@ -2367,16 +2367,16 @@ public class InputMethodService extends AbstractInputMethodService { } return true; } - + /** * Return text that can be used as a button label for the given * {@link EditorInfo#imeOptions EditorInfo.imeOptions}. Returns null * if there is no action requested. Note that there is no guarantee that * the returned text will be relatively short, so you probably do not * want to use it as text on a soft keyboard key label. - * - * @param imeOptions The value from @link EditorInfo#imeOptions EditorInfo.imeOptions}. - * + * + * @param imeOptions The value from {@link EditorInfo#imeOptions EditorInfo.imeOptions}. + * * @return Returns a label to use, or null if there is no action. */ public CharSequence getTextForImeAction(int imeOptions) { |
