Searched refs:overrideBackgroundDrawable (Results 1 – 1 of 1) sorted by relevance
634 Drawable overrideBackgroundDrawable, int backgroundColor) { in createChipBitmap() argument638 if (overrideBackgroundDrawable != null) { in createChipBitmap()639 overrideBackgroundDrawable.getPadding(backgroundPadding); in createChipBitmap()669 if (overrideBackgroundDrawable != null) { in createChipBitmap()670 overrideBackgroundDrawable.setBounds(0, 0, width, height); in createChipBitmap()671 overrideBackgroundDrawable.draw(canvas); in createChipBitmap()