summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Fabrice Di Meglio <fdimeglio@google.com> 2012-01-25 14:52:40 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2012-01-25 14:52:40 -0800
commit842e379074e069d0273711399f45a2d7109f9e64 (patch)
treeda4c5b3634260c508b8e099af02a1d3a0b88210b
parentc6854d43fc13fe0c9818ba077dcdbe5204fa6bf2 (diff)
parent39d23bddef15cd3f5fd2f336afe193c912d32ac3 (diff)
Merge "Update Javadoc for InputConnection.deleteSurroundingText()"
-rw-r--r--core/java/android/view/inputmethod/InputConnection.java3
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