am 5fe51516: Merge "Revise Javadoc for CURSOR_ANCHOR_MONITOR_MODE_CURSOR_RECT"

* commit '5fe51516d07dc1a4fb54c968b7f11c4a6f4b8cbf':
  Revise Javadoc for CURSOR_ANCHOR_MONITOR_MODE_CURSOR_RECT
This commit is contained in:
Yohei Yukawa
2014-04-28 20:38:21 +00:00
committed by Android Git Automerger

View File

@@ -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;