aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/SuggestedWords.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2013-04-17 19:41:20 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-17 19:41:20 -0700
commit7b81296f81894618991879defe90260c4a4430e8 (patch)
treec63be9b78570529cad6cb8bf49297ed5d4f836c2 /java/src/com/android/inputmethod/latin/SuggestedWords.java
parentfda69c44393698306341c334af2541e72774280e (diff)
parentcb633e37794adf59dd6ce1df97e3d5db02da6784 (diff)
downloadlatinime-7b81296f81894618991879defe90260c4a4430e8.tar.gz
latinime-7b81296f81894618991879defe90260c4a4430e8.tar.xz
latinime-7b81296f81894618991879defe90260c4a4430e8.zip
am cb633e37: am 91bcf5eb: Merge "Restart suggestions when the cursor moves."
* commit 'cb633e37794adf59dd6ce1df97e3d5db02da6784': Restart suggestions when the cursor moves.
Diffstat (limited to 'java/src/com/android/inputmethod/latin/SuggestedWords.java')
-rw-r--r--java/src/com/android/inputmethod/latin/SuggestedWords.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/SuggestedWords.java b/java/src/com/android/inputmethod/latin/SuggestedWords.java
index 3d6fe2d22..158cc1155 100644
--- a/java/src/com/android/inputmethod/latin/SuggestedWords.java
+++ b/java/src/com/android/inputmethod/latin/SuggestedWords.java
@@ -131,6 +131,7 @@ public final class SuggestedWords {
public static final int KIND_APP_DEFINED = 6; // Suggested by the application
public static final int KIND_SHORTCUT = 7; // A shortcut
public static final int KIND_PREDICTION = 8; // A prediction (== a suggestion with no input)
+ public static final int KIND_RESUMED = 9; // A resumed suggestion (comes from a span)
public final String mWord;
public final int mScore;
public final int mKind; // one of the KIND_* constants above