Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39d23bdd authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Update Javadoc for InputConnection.deleteSurroundingText()

- give more precision about how the text is considered

Change-Id: Ie2f09bb3338e7dc0e98da0595d1500a6352d09d3
parent 0c95dd3f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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