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

Commit c644ff6d authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Revise Javadoc for CURSOR_ANCHOR_MONITOR_MODE_CURSOR_RECT

This is a follow-up CL for I3acf2317ae1d763d11 to improve the
Javadoc for CURSOR_ANCHOR_MONITOR_MODE_CURSOR_RECT

BUG: 14323360
Change-Id: Ie8948eda3ce57da282bd82e8e9a44997f6d53245
parent 6d50c3ff
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -255,8 +255,9 @@ public class InputMethodService extends AbstractInputMethodService {
    public static final int CURSOR_ANCHOR_MONITOR_MODE_NONE = 0x0;

    /**
     * The IME will receive {@link #onUpdateCursor(Rect)} called back with the current
     * cursor rectangle in screen coordinates.
     * Passing this flag into a call to {@link #setCursorAnchorMonitorMode(int)} will result in
     * the cursor rectangle being provided in screen coordinates to subsequent
     * {@link #onUpdateCursor(Rect)} callbacks.
     */
    public static final int CURSOR_ANCHOR_MONITOR_MODE_CURSOR_RECT = 0x1;