Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java122 private static final char COMMIT_CHAR_SEMICOLON = ';'; field in RecipientEditTextView
1452 if (charAt == COMMIT_CHAR_COMMA || charAt == COMMIT_CHAR_SEMICOLON) { in commitChip()
1635 return atEnd == COMMIT_CHAR_COMMA || atEnd == COMMIT_CHAR_SEMICOLON; in isCompletedToken()
2525 return last == COMMIT_CHAR_COMMA || last == COMMIT_CHAR_SEMICOLON; in lastCharacterIsCommitCharacter()
2660 if (atEnd == COMMIT_CHAR_COMMA || atEnd == COMMIT_CHAR_SEMICOLON) { in movePastTerminators()