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

Commit b609ea38 authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android (Google) Code Review
Browse files

Merge "Revise Javadoc for CURSOR_ANCHOR_MONITOR_MODE_CURSOR_RECT"

parents ce4c6218 c644ff6d
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;