Home | History | Annotate | Download | only in widget

Lines Matching defs:textInfos

267         TextInfo[] textInfos = new TextInfo[mLength];
296 textInfos[textInfosCount++] = textInfo;
307 if (textInfosCount < textInfos.length) {
309 System.arraycopy(textInfos, 0, textInfosCopy, 0, textInfosCount);
310 textInfos = textInfosCopy;
315 textInfos, SuggestionSpan.SUGGESTIONS_MAX_SIZE);
317 mSpellCheckerSession.getSuggestions(textInfos, SuggestionSpan.SUGGESTIONS_MAX_SIZE,