Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DDrawableRecipientChip.java36 Rect getWarningIconBounds(); in getWarningIconBounds() method
DVisibleRecipientChip.java109 public Rect getWarningIconBounds() { in getWarningIconBounds() method in VisibleRecipientChip
DInvisibleRecipientChip.java113 public Rect getWarningIconBounds() { in getWarningIconBounds() method in InvisibleRecipientChip
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java1994 Rect outOfDomainWarningBounds = currentChip.getWarningIconBounds(); in touchedWarningIcon()