aboutsummaryrefslogtreecommitdiffstats
path: root/common/src
diff options
context:
space:
mode:
authorTom Ouyang <ouyang@google.com>2015-02-19 21:31:37 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-02-19 21:31:38 +0000
commit076f76cc124a98906e643147dc6867488bdbf491 (patch)
treeacd6a63f939477f87b954f633fbe2c42d256dcf7 /common/src
parent0b03f13cabec84d2d841fde47ce9fec0d531b6a1 (diff)
parentedea47ff2e901d02b381bf88aa6cb35c4b5ee811 (diff)
downloadlatinime-076f76cc124a98906e643147dc6867488bdbf491.tar.gz
latinime-076f76cc124a98906e643147dc6867488bdbf491.tar.xz
latinime-076f76cc124a98906e643147dc6867488bdbf491.zip
Merge "Add more options for calling removeWordFromPersonalizedDicts."
Diffstat (limited to 'common/src')
-rw-r--r--common/src/com/android/inputmethod/latin/common/Constants.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/src/com/android/inputmethod/latin/common/Constants.java b/common/src/com/android/inputmethod/latin/common/Constants.java
index 03abb0fdd..b491c8cfd 100644
--- a/common/src/com/android/inputmethod/latin/common/Constants.java
+++ b/common/src/com/android/inputmethod/latin/common/Constants.java
@@ -325,6 +325,10 @@ public final class Constants {
public static final int DECODER_SCORE_SCALAR = 1000000;
public static final int DECODER_MAX_SCORE = 1000000000;
+ public static final int EVENT_BACKSPACE = 1;
+ public static final int EVENT_REJECTION = 2;
+ public static final int EVENT_REVERT = 3;
+
private Constants() {
// This utility class is not publicly instantiable.
}