Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2562 final boolean showAddress = in selectChip()
2565 if (showAddress && mNoChipMode) { in selectChip()
2579 if (showAddress) { in selectChip()
2580 showAddress(currentChip, mAddressPopup); in selectChip()
2603 private void showAddress(final DrawableRecipientChip currentChip, final ListPopupWindow popup) { in showAddress() method in RecipientEditTextView