Home
last modified time | relevance | path

Searched refs:COMMIT_CHAR_COMMA (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java121 private static final char COMMIT_CHAR_COMMA = ','; field in RecipientEditTextView
124 private static final String SEPARATOR = String.valueOf(COMMIT_CHAR_COMMA)
590 if (!displayString.trim().endsWith(String.valueOf(COMMIT_CHAR_COMMA))) { in append()
1367 && editable.charAt(tokenEnd) == COMMIT_CHAR_COMMA) { in handlePendingChips()
1462 int commitCharIndex = trimmedToken.lastIndexOf(COMMIT_CHAR_COMMA); in createReplacementChip()
1688 if (charAt == COMMIT_CHAR_COMMA || charAt == COMMIT_CHAR_SEMICOLON) { in commitChip()
1903 return atEnd == COMMIT_CHAR_COMMA || atEnd == COMMIT_CHAR_SEMICOLON; in isCompletedToken()
2903 return last == COMMIT_CHAR_COMMA || last == COMMIT_CHAR_SEMICOLON; in lastCharacterIsCommitCharacter()
3038 if (atEnd == COMMIT_CHAR_COMMA || atEnd == COMMIT_CHAR_SEMICOLON) { in movePastTerminators()
3357 ClipData data = ClipData.newPlainText(address, address + COMMIT_CHAR_COMMA); in startDrag()