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.java2742 int toReplace = end; in replaceChip() local
2743 while (toReplace >= 0 && toReplace < editable.length() in replaceChip()
2744 && editable.charAt(toReplace) == ' ') { in replaceChip()
2745 toReplace++; in replaceChip()
2747 editable.replace(start, toReplace, chipText); in replaceChip()