Searched refs:touchedWarningIcon (Results 1 – 1 of 1) sorted by relevance
1938 boolean touchedWarningIcon = touchedWarningIcon(x, y, currentChip); in onTouchEvent()1939 if (touchedWarningIcon) { in onTouchEvent()1947 return touchedWarningIcon || super.onTouchEvent(event); in onTouchEvent()1973 boolean touchedWarningIcon = touchedWarningIcon(x, y, currentChip); in onTouchEvent()1974 if (touchedWarningIcon) { in onTouchEvent()1988 private boolean touchedWarningIcon(float x, float y, DrawableRecipientChip currentChip) { in touchedWarningIcon() method in RecipientEditTextView1989 boolean touchedWarningIcon = false; in touchedWarningIcon()2003 touchedWarningIcon = touchOutOfDomainWarning.contains(x, y); in touchedWarningIcon()2006 return touchedWarningIcon; in touchedWarningIcon()