Searched refs:mChipBackground (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java135 private Drawable mChipBackground = null; field in class:RecipientEditTextView
629 mChipBackground.getPadding(backgroundPadding);
656 return contact.isValid() ? mChipBackground : mInvalidChipBackground;
668 if (mChipBackground == null) {
723 mChipBackground = a.getDrawable(R.styleable.RecipientEditTextView_chipBackground);
724 if (mChipBackground == null) {
725 mChipBackground = r.getDrawable(R.drawable.chip_background);
781 mChipBackground = chipBackground;

Completed in 11 milliseconds