Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java146 private Drawable mChipBackground = null; field in RecipientEditTextView
1072 return contact.isValid() ? mChipBackground : mInvalidChipBackground; in getChipBackground()
1211 mChipBackground = a.getDrawable(R.styleable.RecipientEditTextView_chipBackground); in setChipDimensions()
1273 mChipBackground = chipBackground; in setChipBackground()