Searched refs:overrideBackgroundDrawable (Results 1 – 1 of 1) sorted by relevance
826 Drawable overrideBackgroundDrawable, int backgroundColor) { in createChipBitmap() argument839 if (overrideBackgroundDrawable != null) { in createChipBitmap()840 overrideBackgroundDrawable.getPadding(backgroundPadding); in createChipBitmap()892 if (overrideBackgroundDrawable != null) { in createChipBitmap()893 overrideBackgroundDrawable.setBounds(0, 0, width, height); in createChipBitmap()894 overrideBackgroundDrawable.draw(canvas); in createChipBitmap()