Home
last modified time | relevance | path

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

/packages/apps/TvSystemUI/src/com/android/systemui/tv/privacy/
DPrivacyItemsChip.java91 private final PrivacyChipDrawable mChipBackgroundDrawable; field in PrivacyItemsChip
111 mChipBackgroundDrawable = new PrivacyChipDrawable( in PrivacyItemsChip()
113 mChipBackgroundDrawable.setCallback(new Drawable.Callback() { in PrivacyItemsChip()
128 setBackground(mChipBackgroundDrawable); in PrivacyItemsChip()
177 mChipBackgroundDrawable.expand(/* animate= */ false); in expandForTypes()
179 mChipBackgroundDrawable.expand(/* animate= */ true); in expandForTypes()
212 mChipBackgroundDrawable.collapse(); in collapse()
228 mChipBackgroundDrawable.clipToForeground(canvas); in dispatchDraw()