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.java829 Drawable overrideBackgroundDrawable, int backgroundColor) { in createChipBitmap() argument
842 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()