Searched defs:getSpannable (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java92 public Editable getSpannable() { method in class:ChipsTest.MockRecipientEditTextView
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java318 if (last != null && start < getSpannable().getSpanEnd(last)) {
320 setSelection(Math.min(getSpannable().getSpanEnd(last) + 1, getText().length()));
424 RecipientChip[] chips = getSpannable().getSpans(start, end, RecipientChip.class);
868 end = getSpannable().getSpanEnd(lastSpan);
1199 int end = getSpannable().getSpanStart(last);
1201 startLooking = getSpannable().getSpanEnd(beforeLast);
1225 RecipientChip[] chips = getSpannable().getSpans(start, end, RecipientChip.class);
1276 /* package */ Spannable getSpannable() { method in class:RecipientEditTextView
1281 return getSpannable().getSpanStart(chip);
1285 return getSpannable()
[all...]

Completed in 38 milliseconds