Searched refs:overrideBackgroundDrawable (Results 1 – 1 of 1) sorted by relevance
829 Drawable overrideBackgroundDrawable, int backgroundColor) { in createChipBitmap() argument842 if (overrideBackgroundDrawable != null) { in createChipBitmap()843 overrideBackgroundDrawable.getPadding(backgroundPadding); in createChipBitmap()895 if (overrideBackgroundDrawable != null) { in createChipBitmap()896 overrideBackgroundDrawable.setBounds(0, 0, width, height); in createChipBitmap()897 overrideBackgroundDrawable.draw(canvas); in createChipBitmap()