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.java763 int whatEnd = mTokenizer.findTokenEnd(text, start); in shrink() local
765 if (whatEnd < text.length() && text.charAt(whatEnd) == ',') { in shrink()
766 whatEnd = movePastTerminators(whatEnd); in shrink()
771 if (whatEnd != selEnd) { in shrink()
772 handleEdit(start, whatEnd); in shrink()
1640 int whatEnd = mTokenizer.findTokenEnd(getText(), start); in commitDefault() local
1643 whatEnd = movePastTerminators(whatEnd); in commitDefault()
1644 if (whatEnd != getSelectionEnd()) { in commitDefault()
1645 handleEdit(start, whatEnd); in commitDefault()