Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java1941 boolean touchedWarningIcon = touchedWarningIcon(x, y, currentChip); in onTouchEvent()
1942 if (touchedWarningIcon) { in onTouchEvent()
1950 return touchedWarningIcon || super.onTouchEvent(event); in onTouchEvent()
1976 boolean touchedWarningIcon = touchedWarningIcon(x, y, currentChip); in onTouchEvent()
1977 if (touchedWarningIcon) { in onTouchEvent()
1991 private boolean touchedWarningIcon(float x, float y, DrawableRecipientChip currentChip) { in touchedWarningIcon() method in RecipientEditTextView
1992 boolean touchedWarningIcon = false; in touchedWarningIcon()
2006 touchedWarningIcon = touchOutOfDomainWarning.contains(x, y); in touchedWarningIcon()
2009 return touchedWarningIcon; in touchedWarningIcon()