Searched defs:getChipEnd (Results 1 - 1 of 1) sorted by path

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1342 private int getChipEnd(RecipientChip chip) { method in class:RecipientEditTextView
1546 int end = getChipEnd(chip);
1957 int end = getChipEnd(currentChip);
1985 int end = getChipEnd(currentChip);
2047 int end = getChipEnd(chip);
2086 return chip.isSelected() && offset == getChipEnd(chip);
2128 int end = getChipEnd(chip);

Completed in 86 milliseconds