diff options
| author | 2012-01-25 14:52:40 -0800 | |
|---|---|---|
| committer | 2012-01-25 14:52:40 -0800 | |
| commit | 842e379074e069d0273711399f45a2d7109f9e64 (patch) | |
| tree | da4c5b3634260c508b8e099af02a1d3a0b88210b | |
| parent | c6854d43fc13fe0c9818ba077dcdbe5204fa6bf2 (diff) | |
| parent | 39d23bddef15cd3f5fd2f336afe193c912d32ac3 (diff) | |
Merge "Update Javadoc for InputConnection.deleteSurroundingText()"
| -rw-r--r-- | core/java/android/view/inputmethod/InputConnection.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/view/inputmethod/InputConnection.java b/core/java/android/view/inputmethod/InputConnection.java index bc2a270dcd7d..3563d4d31eef 100644 --- a/core/java/android/view/inputmethod/InputConnection.java +++ b/core/java/android/view/inputmethod/InputConnection.java @@ -140,7 +140,8 @@ public interface InputConnection { /** * Delete <var>beforeLength</var> characters of text before the current cursor * position, and delete <var>afterLength</var> characters of text after the - * current cursor position, excluding composing text. + * current cursor position, excluding composing text. Before and after refer + * to the order of the characters in the string, not to their visual representation. * * * @param beforeLength The number of characters to be deleted before the |