Searched defs:overrideBackgroundDrawable (Results 1 - 1 of 1) sorted by path

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java826 Drawable overrideBackgroundDrawable, int backgroundColor) {
839 if (overrideBackgroundDrawable != null) {
840 overrideBackgroundDrawable.getPadding(backgroundPadding);
892 if (overrideBackgroundDrawable != null) {
893 overrideBackgroundDrawable.setBounds(0, 0, width, height);
894 overrideBackgroundDrawable.draw(canvas);
825 createChipBitmap(RecipientEntry contact, TextPaint paint, Drawable overrideBackgroundDrawable, int backgroundColor) argument

Completed in 94 milliseconds