aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/SuggestedWords.java
diff options
context:
space:
mode:
authorTom Ouyang <ouyang@google.com>2015-03-13 14:30:18 -0700
committerTom Ouyang <ouyang@google.com>2015-03-13 14:30:18 -0700
commit89e2d9363459b97f267f49f3438fed6f2c3ad6f1 (patch)
tree1ce0ef9d02621e5840c9e1d926a691edb4108a98 /java/src/com/android/inputmethod/latin/SuggestedWords.java
parentb9a16b88bf5b976e47b50f66b646f002954a5d83 (diff)
downloadlatinime-89e2d9363459b97f267f49f3438fed6f2c3ad6f1.tar.gz
latinime-89e2d9363459b97f267f49f3438fed6f2c3ad6f1.tar.xz
latinime-89e2d9363459b97f267f49f3438fed6f2c3ad6f1.zip
Deprecate SuggestedWords.mSourceDict
Change-Id: I29d9bec427660a7a501054fe9b1ea71be2d5ee3f
Diffstat (limited to 'java/src/com/android/inputmethod/latin/SuggestedWords.java')
-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;
}