Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/television/
H A DTvOngoingPrivacyChip.java326 ImageView chipBackground = mIndicatorView.findViewById(R.id.chip_drawable); in createAndShowIndicator() local
327 if (chipBackground != null) { in createAndShowIndicator()
328 chipBackground.setImageDrawable(mChipDrawable); in createAndShowIndicator()
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1272 /* package */ void setChipBackground(Drawable chipBackground) { in setChipBackground() argument
1273 mChipBackground = chipBackground; in setChipBackground()