Searched refs:shouldShowEditableText (Results 1 – 1 of 1) sorted by relevance
1966 } 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