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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1358 private int getChipEnd(DrawableRecipientChip chip) { method in class:RecipientEditTextView
1588 int end = getChipEnd(chip);
1993 int end = getChipEnd(currentChip);
2021 int end = getChipEnd(currentChip);
2086 int end = getChipEnd(chip);
2126 return chip.isSelected() && offset == getChipEnd(chip);
2168 int end = getChipEnd(chip);

Completed in 218 milliseconds