Home
last modified time | relevance | path

Searched refs:textInfosCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DSpellChecker.java271 int textInfosCount = 0; in spellCheck() local
300 textInfos[textInfosCount++] = textInfo; in spellCheck()
310 if (textInfosCount > 0) { in spellCheck()
311 if (textInfosCount < textInfos.length) { in spellCheck()
312 TextInfo[] textInfosCopy = new TextInfo[textInfosCount]; in spellCheck()
313 System.arraycopy(textInfos, 0, textInfosCopy, 0, textInfosCount); in spellCheck()