Searched defs:COMMIT_CHAR_COMMA (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java105 private static final char COMMIT_CHAR_COMMA = ','; field in class:RecipientEditTextView
373 int separatorPos = displayString.lastIndexOf(COMMIT_CHAR_COMMA);
381 separatorPos = parseDisplayString.lastIndexOf(COMMIT_CHAR_COMMA,
861 && editable.charAt(tokenEnd) == COMMIT_CHAR_COMMA) {
953 int commitCharIndex = token.trim().lastIndexOf(COMMIT_CHAR_COMMA);
1022 if (charAt == COMMIT_CHAR_COMMA || charAt == COMMIT_CHAR_SEMICOLON) {
1213 if (charAt == COMMIT_CHAR_COMMA || charAt == COMMIT_CHAR_SEMICOLON) {
1383 return atEnd == COMMIT_CHAR_COMMA || atEnd == COMMIT_CHAR_SEMICOLON;
2223 if (last == COMMIT_CHAR_SEMICOLON || last == COMMIT_CHAR_COMMA) {
2373 if (atEnd == COMMIT_CHAR_COMMA || atEn
[all...]

Completed in 9 milliseconds