Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java766 int whatEnd = mTokenizer.findTokenEnd(text, start); in shrink() local
768 if (whatEnd < text.length() && text.charAt(whatEnd) == ',') { in shrink()
769 whatEnd = movePastTerminators(whatEnd); in shrink()
774 if (whatEnd != selEnd) { in shrink()
775 handleEdit(start, whatEnd); in shrink()
1643 int whatEnd = mTokenizer.findTokenEnd(getText(), start); in commitDefault() local
1646 whatEnd = movePastTerminators(whatEnd); in commitDefault()
1647 if (whatEnd != getSelectionEnd()) { in commitDefault()
1648 handleEdit(start, whatEnd); in commitDefault()