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