Home
last modified time | relevance | path

Searched refs:getLastChip (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java492 /*package*/ DrawableRecipientChip getLastChip() { in getLastChip() method in RecipientEditTextView
540 DrawableRecipientChip last = getLastChip(); in onSelectionChanged()
1433 end = getSpannable().getSpanEnd(getLastChip()); in sanitizeEnd()
1831 final DrawableRecipientChip lastRecipientChip = getLastChip(); in onKeyDown()
/frameworks/opt/chips/tests/src/com/android/ex/chips/
DChipsTest.java944 assertEquals(view.getLastChip(), mMockRecips[mMockRecips.length - 1]); in testGetLastChip()
946 assertEquals(view.getLastChip(), mMockRecips[mMockRecips.length - 1]); in testGetLastChip()