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.java1402 if (shouldCreateChip(start, end)) { in commitDefault()
1424 if (shouldCreateChip(start, end)) { in commitByCharacter()
1514 private boolean shouldCreateChip(int start, int end) { in shouldCreateChip() method in RecipientEditTextView