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.java154 private Drawable mChipBackground = null; field in RecipientEditTextView
846 return contact.isValid() ? mChipBackground : mInvalidChipBackground; in getChipBackground()
957 mChipBackground = a.getDrawable(R.styleable.RecipientEditTextView_chipBackground); in setChipDimensions()
1026 mChipBackground = chipBackground; in setChipBackground()