Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java123 private static final char COMMIT_CHAR_SPACE = ' '; field in RecipientEditTextView
125 + String.valueOf(COMMIT_CHAR_SPACE);
2834 if (last == COMMIT_CHAR_SPACE) { in afterTextChanged()