Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java1834 final DrawableRecipientChip lastRecipientChip = getLastChip(); in onKeyDown() local
1844 if (keyCode == KeyEvent.KEYCODE_DEL && isHandled && lastRecipientChip != null) { in onKeyDown()
1845 final RecipientEntry entry = lastRecipientChip.getEntry(); in onKeyDown()