Home
last modified time | relevance | path

Searched refs:removeChip (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt127 removeChip() in <lambda>()
134 removeChip() in <lambda>()
309 private fun removeChip() { in <lambda>() method
/frameworks/opt/chips/tests/src/com/android/ex/chips/
DChipsTest.java544 view.removeChip(mMockRecips[mMockRecips.length - 2]); in testRemoveChip()
572 view.removeChip(mMockRecips[mMockRecips.length - 3]); in testRemoveChip()
600 view.removeChip(mMockRecips[mMockRecips.length - 1]); in testRemoveChip()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java1814 removeChip(mSelectedChip); in onKeyDown()
2670 removeChip(mSelectedChip); in onChipDelete()
2697 /* package */void removeChip(DrawableRecipientChip chip) { in removeChip() method in RecipientEditTextView
3367 removeChip(currentChip); in startDrag()
3486 removeChip(recipient); in removeRecipientEntry()