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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java124 private Drawable mChipBackground = null; field in class:RecipientEditTextView
568 mChipBackground.getPadding(backgroundPadding);
596 mChipBackground : mInvalidChipBackground;
608 if (mChipBackground == null) {
663 mChipBackground = a.getDrawable(R.styleable.RecipientEditTextView_chipBackground);
664 if (mChipBackground == null) {
665 mChipBackground = r.getDrawable(R.drawable.chip_background);
715 mChipBackground = chipBackground;

Completed in 34 milliseconds