Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java1462 int commitCharIndex = trimmedToken.lastIndexOf(COMMIT_CHAR_COMMA); in createReplacementChip() local
1463 if (commitCharIndex != -1 && commitCharIndex == trimmedToken.length() - 1) { in createReplacementChip()