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.java1938 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 RecipientEditTextView
1989 boolean touchedWarningIcon = false; in touchedWarningIcon()
2003 touchedWarningIcon = touchOutOfDomainWarning.contains(x, y); in touchedWarningIcon()
2006 return touchedWarningIcon; in touchedWarningIcon()