HomeSort by relevance Sort by last modified time
    Searched full:whatend (Results 1 - 1 of 1) sorted by null

  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 409 int whatEnd = mTokenizer.findTokenEnd(text, start);
411 if (whatEnd < text.length() && text.charAt(whatEnd) == ',') {
412 whatEnd++;
417 if (whatEnd != selEnd) {
418 handleEdit(start, whatEnd);
    [all...]

Completed in 292 milliseconds