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