Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DVisibleRecipientChip.java113 public void setWarningIconBounds(Rect warningIconBounds) { in setWarningIconBounds() argument
114 mWarningIconBounds = warningIconBounds; in setWarningIconBounds()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java1162 final Rect warningIconBounds = new Rect(0, 0, 0, 0); in constructChipSpan() local
1164 drawWarningIcon(bitmapContainer).round(warningIconBounds); in constructChipSpan()
1180 recipientChip.setWarningIconBounds(warningIconBounds); in constructChipSpan()