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

Commit 842e3790 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "Update Javadoc for InputConnection.deleteSurroundingText()"

parents c6854d43 39d23bdd
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