Searched refs:COMMIT_CHAR_COMMA (Results 1 – 1 of 1) sorted by relevance
121 private static final char COMMIT_CHAR_COMMA = ','; field in RecipientEditTextView124 private static final String SEPARATOR = String.valueOf(COMMIT_CHAR_COMMA)593 if (!displayString.trim().endsWith(String.valueOf(COMMIT_CHAR_COMMA))) { in append()1370 && editable.charAt(tokenEnd) == COMMIT_CHAR_COMMA) { in handlePendingChips()1465 int commitCharIndex = trimmedToken.lastIndexOf(COMMIT_CHAR_COMMA); in createReplacementChip()1691 if (charAt == COMMIT_CHAR_COMMA || charAt == COMMIT_CHAR_SEMICOLON) { in commitChip()1906 return atEnd == COMMIT_CHAR_COMMA || atEnd == COMMIT_CHAR_SEMICOLON; in isCompletedToken()2906 return last == COMMIT_CHAR_COMMA || last == COMMIT_CHAR_SEMICOLON; in lastCharacterIsCommitCharacter()3041 if (atEnd == COMMIT_CHAR_COMMA || atEnd == COMMIT_CHAR_SEMICOLON) { in movePastTerminators()3360 ClipData data = ClipData.newPlainText(address, address + COMMIT_CHAR_COMMA); in startDrag()