Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSpellChecker.java312 TextInfo[] textInfosCopy = new TextInfo[textInfosCount]; in spellCheck() local
313 System.arraycopy(textInfos, 0, textInfosCopy, 0, textInfosCount); in spellCheck()
314 textInfos = textInfosCopy; in spellCheck()