Home
last modified time | relevance | path

Searched refs:overrideBackgroundDrawable (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java826 Drawable overrideBackgroundDrawable, int backgroundColor) { in createChipBitmap() argument
839 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()