diff options
author | 2014-10-06 11:03:58 +0000 | |
---|---|---|
committer | 2014-10-06 11:03:58 +0000 | |
commit | 8d1060286d743e4ffac04a61f820153ea091e7c2 (patch) | |
tree | 9ac32904cf7bab3a187c29640ef92eba9666c195 /java-overridable/src | |
parent | a3aa121c80379144919d2bdbb6c8f99ab7a130c2 (diff) | |
parent | 4f04fd95f40377e94a35c0385352aa0f16b4695f (diff) | |
download | latinime-8d1060286d743e4ffac04a61f820153ea091e7c2.tar.gz latinime-8d1060286d743e4ffac04a61f820153ea091e7c2.tar.xz latinime-8d1060286d743e4ffac04a61f820153ea091e7c2.zip |
am 4f04fd95: Merge "Remove ENABLE_CURSOR_ANCHOR_INFO_CALLBACK"
* commit '4f04fd95f40377e94a35c0385352aa0f16b4695f':
Remove ENABLE_CURSOR_ANCHOR_INFO_CALLBACK
Diffstat (limited to 'java-overridable/src')
-rw-r--r-- | java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java b/java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java index 9d7258de7..5738ea2b2 100644 --- a/java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java +++ b/java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java @@ -24,14 +24,6 @@ public final class ProductionFlags { public static final boolean IS_HARDWARE_KEYBOARD_SUPPORTED = false; /** - * When true, enable {@link InputMethodService#onUpdateCursorAnchorInfo} callback via - * {@link InputConnection#requestUpdateCursorAnchorInfo}. This flag has no effect in API - * Level 20 and prior. In general, this callback provides detailed positional information, - * even though an explicit support is required by the editor. - */ - public static final boolean ENABLE_CURSOR_ANCHOR_INFO_CALLBACK = true; - - /** * Include all suggestions from all dictionaries in {@link SuggestedWords#mRawSuggestions}. */ public static final boolean INCLUDE_RAW_SUGGESTIONS = false; |