Searched refs:originalTextInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java369 private SentenceTextInfoParams getSplitWords(TextInfo originalTextInfo) { argument
371 final CharSequence originalText = originalTextInfo.getText();
372 final int cookie = originalTextInfo.getCookie();
400 return new SentenceTextInfoParams(originalTextInfo, wordItems);

Completed in 47 milliseconds