Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java1966 } else if (mSelectedChip != null && shouldShowEditableText(mSelectedChip)) { in onTouchEvent()
2534 if (shouldShowEditableText(currentChip)) { in selectChip()
2597 private boolean shouldShowEditableText(DrawableRecipientChip currentChip) { in shouldShowEditableText() method in RecipientEditTextView