Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/
DGutsViewModel.kt30 val cancelTextBackground: Drawable?, constant in com.android.systemui.media.controls.ui.viewmodel.GutsViewModel
DMediaRecommendationsViewModel.kt237 cancelTextBackground = in <lambda>()
DMediaControlViewModel.kt271 cancelTextBackground = in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/binder/
DMediaRecommendationsViewBinder.kt138 gutsViewHolder.cancelText.background = gutsViewModel.cancelTextBackground in <lambda>()
DMediaControlViewBinder.kt227 cancelText.background = model.cancelTextBackground in <lambda>()