HomeSort by relevance Sort by last modified time
    Searched defs:textInfos (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/widget/
SpellChecker.java 272 TextInfo[] textInfos = new TextInfo[mLength];
297 textInfos[textInfosCount++] = new TextInfo(word, mCookie, mIds[i]);
308 if (textInfosCount < textInfos.length) {
310 System.arraycopy(textInfos, 0, textInfosCopy, 0, textInfosCount);
311 textInfos = textInfosCopy;
316 textInfos, SuggestionSpan.SUGGESTIONS_MAX_SIZE);
318 mSpellCheckerSession.getSuggestions(textInfos, SuggestionSpan.SUGGESTIONS_MAX_SIZE,
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 392 milliseconds