diff options
| author | Yohei Yukawa <yukawa@google.com> | 2014-04-28 20:33:25 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-04-28 20:33:26 +0000 |
| commit | b609ea3884c27e95d530905e458b407acebddb5b (patch) | |
| tree | c3e32fa6338886b4c33242df0b1f67431df731db /core/java/android/inputmethodservice/InputMethodService.java | |
| parent | ce4c6218a6dd7c1d0c3b7845c07d9cd544ac639d (diff) | |
| parent | c644ff6d4ffea317420ee843965788a3e74d1969 (diff) | |
Merge "Revise Javadoc for CURSOR_ANCHOR_MONITOR_MODE_CURSOR_RECT"
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
| -rw-r--r-- | core/java/android/inputmethodservice/InputMethodService.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/java/android/inputmethodservice/InputMethodService.java b/core/java/android/inputmethodservice/InputMethodService.java index ec581d1a71e1..505ef9c0a234 100644 --- a/core/java/android/inputmethodservice/InputMethodService.java +++ b/core/java/android/inputmethodservice/InputMethodService.java @@ -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; |
