Home
last modified time | relevance | path

Searched refs:SentenceTextInfoParams (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DSentenceLevelAdapter.java65 public static class SentenceTextInfoParams { class in SentenceLevelAdapter
69 public SentenceTextInfoParams(TextInfo ti, ArrayList<SentenceWordItem> items) { in SentenceTextInfoParams() method in SentenceLevelAdapter.SentenceTextInfoParams
136 public SentenceTextInfoParams getSplitWords(TextInfo originalTextInfo) {
159 return new SentenceTextInfoParams(originalTextInfo, wordItems);
163 SentenceTextInfoParams originalTextInfoParams, SuggestionsInfo[] results) {
DAndroidSpellCheckerSession.java176 final SentenceLevelAdapter.SentenceTextInfoParams textInfoParams = in splitAndSuggest()