diff options
| author | Xin Li <delphij@google.com> | 2019-02-18 15:58:30 -0800 |
|---|---|---|
| committer | Xin Li <delphij@google.com> | 2019-02-18 15:58:30 -0800 |
| commit | e2cfe31b48aa2f7f8a4574a6488d2ed5fa59627e (patch) | |
| tree | ced32902e5280db0c8595b8ba0ce30f9afbb9a95 /core/java/android/inputmethodservice/InputMethodService.java | |
| parent | da75e38817e07fa9619c836267d06cae0780938a (diff) | |
| parent | 7f997d4cfca99c17760b5533f2391fbbcc8bb273 (diff) | |
DO NOT MERGE - Merge PPRL.190205.001 into master
Bug: 124234733
Change-Id: If654c6ab27cf6c376598e02cd3253e0b68ed5395
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
| -rw-r--r-- | core/java/android/inputmethodservice/InputMethodService.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/inputmethodservice/InputMethodService.java b/core/java/android/inputmethodservice/InputMethodService.java index 364962612e71..049e5af56019 100644 --- a/core/java/android/inputmethodservice/InputMethodService.java +++ b/core/java/android/inputmethodservice/InputMethodService.java @@ -2085,7 +2085,7 @@ public class InputMethodService extends AbstractInputMethodService { * Called when the application has reported a new location of its text * cursor. This is only called if explicitly requested by the input method. * The default implementation does nothing. - * @deprecated Use {#link onUpdateCursorAnchorInfo(CursorAnchorInfo)} instead. + * @deprecated Use {@link #onUpdateCursorAnchorInfo(CursorAnchorInfo)} instead. */ @Deprecated public void onUpdateCursor(Rect newCursor) { @@ -2152,7 +2152,7 @@ public class InputMethodService extends AbstractInputMethodService { } /** - * @return {#link ExtractEditText} if it is considered to be visible and active. Otherwise + * @return {@link ExtractEditText} if it is considered to be visible and active. Otherwise * {@code null} is returned. */ private ExtractEditText getExtractEditTextIfVisible() { |
