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.java67 public static class SentenceTextInfoParams { class in SentenceLevelAdapter
71 public SentenceTextInfoParams(TextInfo ti, ArrayList<SentenceWordItem> items) { in SentenceTextInfoParams() method in SentenceLevelAdapter.SentenceTextInfoParams
138 public SentenceTextInfoParams getSplitWords(TextInfo originalTextInfo) {
160 return new SentenceTextInfoParams(originalTextInfo, wordItems);
165 SentenceTextInfoParams originalTextInfoParams, SuggestionsInfo[] results) {
DAndroidSpellCheckerSession.java179 final SentenceLevelAdapter.SentenceTextInfoParams textInfoParams = in splitAndSuggest()