Deprecate SuggestedWords.mSourceDict
Change-Id: I29d9bec427660a7a501054fe9b1ea71be2d5ee3fmain
parent
b9a16b88bf
commit
89e2d93634
|
@ -270,6 +270,7 @@ public class SuggestedWords {
|
||||||
public final int mScore;
|
public final int mScore;
|
||||||
public final int mKindAndFlags;
|
public final int mKindAndFlags;
|
||||||
public final int mCodePointCount;
|
public final int mCodePointCount;
|
||||||
|
@Deprecated
|
||||||
public final Dictionary mSourceDict;
|
public final Dictionary mSourceDict;
|
||||||
// For auto-commit. This keeps track of the index inside the touch coordinates array
|
// 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
|
// passed to native code to get suggestions for a gesture that corresponds to the first
|
||||||
|
@ -360,6 +361,7 @@ public class SuggestedWords {
|
||||||
return mWord;
|
return mWord;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
public Dictionary getSourceDictionary() {
|
public Dictionary getSourceDictionary() {
|
||||||
return mSourceDict;
|
return mSourceDict;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue