Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java1642 if (shouldCreateChip(start, end)) { in commitDefault()
1664 if (shouldCreateChip(start, end)) { in commitByCharacter()
1768 private boolean shouldCreateChip(int start, int end) { in shouldCreateChip() method in RecipientEditTextView