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.java335 if (last != null && start < getSpannable().getSpanEnd(last)) {
337 setSelection(Math.min(getSpannable().getSpanEnd(last) + 1, getText().length()));
479 RecipientChip[] chips = getSpannable().getSpans(start, end, RecipientChip.class);
928 end = getSpannable().getSpanEnd(lastSpan);
1257 int end = getSpannable().getSpanStart(last);
1259 startLooking = getSpannable().getSpanEnd(beforeLast);
1283 RecipientChip[] chips = getSpannable().getSpans(start, end, RecipientChip.class);
1334 /* package */ Spannable getSpannable() { method in class:RecipientEditTextView
1339 return getSpannable().getSpanStart(chip);
1343 return getSpannable()
[all...]

Completed in 39 milliseconds