Searched refs:getChipEnd (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1345 private int getChipEnd(DrawableRecipientChip chip) { method in class:RecipientEditTextView
1560 int end = getChipEnd(chip);
1964 int end = getChipEnd(currentChip);
1992 int end = getChipEnd(currentChip);
2054 int end = getChipEnd(chip);
2094 return chip.isSelected() && offset == getChipEnd(chip);
2136 int end = getChipEnd(chip);

Completed in 35 milliseconds