Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DSpellChecker.java346 TextInfo[] textInfosCopy = new TextInfo[textInfosCount]; in spellCheck() local
347 System.arraycopy(textInfos, 0, textInfosCopy, 0, textInfosCount); in spellCheck()
348 textInfos = textInfosCopy; in spellCheck()