Searched refs:chipBackground (Results 1 – 2 of 2) sorted by relevance
326 ImageView chipBackground = mIndicatorView.findViewById(R.id.chip_drawable); in createAndShowIndicator() local327 if (chipBackground != null) { in createAndShowIndicator()328 chipBackground.setImageDrawable(mChipDrawable); in createAndShowIndicator()
1272 /* package */ void setChipBackground(Drawable chipBackground) { in setChipBackground() argument1273 mChipBackground = chipBackground; in setChipBackground()