Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSpellChecker.java294 int textInfosCount = 0; in spellCheck() local
335 textInfos[textInfosCount++] = textInfo; in spellCheck()
345 if (textInfosCount > 0) { in spellCheck()
346 if (textInfosCount < textInfos.length) { in spellCheck()
347 TextInfo[] textInfosCopy = new TextInfo[textInfosCount]; in spellCheck()
348 System.arraycopy(textInfos, 0, textInfosCopy, 0, textInfosCount); in spellCheck()