aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin
diff options
context:
space:
mode:
authorTom Ouyang <ouyang@google.com>2015-03-17 01:25:21 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-17 01:25:21 +0000
commit263dd9fe037784253b9837729bb5a9e51bd2f5cb (patch)
tree54ba7494e47b1678a73df07e7b65212c7bef3cc2 /java/src/com/android/inputmethod/latin
parent56e7673917627523dc415f156c637cb38ab99290 (diff)
parent89e2d9363459b97f267f49f3438fed6f2c3ad6f1 (diff)
downloadlatinime-263dd9fe037784253b9837729bb5a9e51bd2f5cb.tar.gz
latinime-263dd9fe037784253b9837729bb5a9e51bd2f5cb.tar.xz
latinime-263dd9fe037784253b9837729bb5a9e51bd2f5cb.zip
Merge "Deprecate SuggestedWords.mSourceDict"
Diffstat (limited to 'java/src/com/android/inputmethod/latin')
-rw-r--r--java/src/com/android/inputmethod/latin/SuggestedWords.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/SuggestedWords.java b/java/src/com/android/inputmethod/latin/SuggestedWords.java
index 3816c0870..87fe29159 100644
--- a/java/src/com/android/inputmethod/latin/SuggestedWords.java
+++ b/java/src/com/android/inputmethod/latin/SuggestedWords.java
@@ -270,6 +270,7 @@ public class SuggestedWords {
public final int mScore;
public final int mKindAndFlags;
public final int mCodePointCount;
+ @Deprecated
public final Dictionary mSourceDict;
// For auto-commit. This keeps track of the index inside the touch coordinates array
// passed to native code to get suggestions for a gesture that corresponds to the first
@@ -360,6 +361,7 @@ public class SuggestedWords {
return mWord;
}
+ @Deprecated
public Dictionary getSourceDictionary() {
return mSourceDict;
}