Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2329 int toReplace = end; in replaceChip() local
2330 while (toReplace >= 0 && toReplace < editable.length() in replaceChip()
2331 && editable.charAt(toReplace) == ' ') { in replaceChip()
2332 toReplace++; in replaceChip()
2334 editable.replace(start, toReplace, chipText); in replaceChip()