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

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

Completed in 78 milliseconds