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.java621 int whatEnd = mTokenizer.findTokenEnd(text, start); in shrink() local
623 if (whatEnd < text.length() && text.charAt(whatEnd) == ',') { in shrink()
624 whatEnd = movePastTerminators(whatEnd); in shrink()
629 if (whatEnd != selEnd) { in shrink()
630 handleEdit(start, whatEnd); in shrink()
1403 int whatEnd = mTokenizer.findTokenEnd(getText(), start); in commitDefault() local
1406 whatEnd = movePastTerminators(whatEnd); in commitDefault()
1407 if (whatEnd != getSelectionEnd()) { in commitDefault()
1408 handleEdit(start, whatEnd); in commitDefault()