Home | History | Annotate | Download | only in samplespellcheckerservice

Lines Matching refs:TextInfo

24 import android.view.textservice.TextInfo;
53 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}
55 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}
57 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}.
60 public SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit) {
62 Log.d(TAG, "onGetSuggestions: " + textInfo.getText());
64 final String input = textInfo.getText();
80 * {@link SpellCheckerService.Session#onGetSentenceSuggestionsMultiple(TextInfo[], int)}
82 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}
87 TextInfo[] textInfos, int suggestionsLimit) {
96 final TextInfo ti = textInfos[i];