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.java1969 } else if (mSelectedChip != null && shouldShowEditableText(mSelectedChip)) { in onTouchEvent()
2537 if (shouldShowEditableText(currentChip)) { in selectChip()
2600 private boolean shouldShowEditableText(DrawableRecipientChip currentChip) { in shouldShowEditableText() method in RecipientEditTextView