aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorYusuke Nojima <nojima@google.com>2011-10-03 04:46:59 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-10-03 04:46:59 -0700
commitf24396c5dbfa6791b55d6a8d1ac14c13225365b9 (patch)
tree05e52f3db356bf717f36b301a8593a16c19650fd /java/src/com/android/inputmethod/latin/LatinIME.java
parentfb5b1b2eaada7221b93122792c87cd8304c81ed0 (diff)
parenta25dd3b5c3300fa8c8ab305afb955956529db088 (diff)
downloadlatinime-f24396c5dbfa6791b55d6a8d1ac14c13225365b9.tar.gz
latinime-f24396c5dbfa6791b55d6a8d1ac14c13225365b9.tar.xz
latinime-f24396c5dbfa6791b55d6a8d1ac14c13225365b9.zip
am a25dd3b5: Merge "Pass the touch position correction flag from KeyboardSwitcher."
* commit 'a25dd3b5c3300fa8c8ab305afb955956529db088': Pass the touch position correction flag from KeyboardSwitcher.
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 036873cd9..36e97af11 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -118,6 +118,12 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
public static final String SUBTYPE_EXTRA_VALUE_ASCII_CAPABLE = "AsciiCapable";
/**
+ * The subtype extra value used to indicate that the subtype keyboard layout supports touch
+ * position correction.
+ */
+ public static final String SUBTYPE_EXTRA_VALUE_SUPPORT_TOUCH_POSITION_CORRECTION =
+ "SupportTouchPositionCorrection";
+ /**
* The subtype extra value used to indicate that the subtype keyboard layout should be loaded
* from the specified locale.
*/