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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java679 private DrawableRecipientChip constructChipSpan(RecipientEntry contact, boolean pressed, method in class:RecipientEditTextView
993 constructChipSpan(entry, false, leaveSpace)
1653 DrawableRecipientChip chip = constructChipSpan(entry, pressed,
1987 return constructChipSpan(
2000 newChip = constructChipSpan(currentChip.getEntry(), true, false);
2025 newChip = constructChipSpan(currentChip.getEntry(), true, false);
2099 editable.setSpan(constructChipSpan(chip.getEntry(), false, false),
2465 return constructChipSpan(entry, false,

Completed in 42 milliseconds