Searched refs:cancelText (Results 1 – 6 of 6) sorted by relevance
41 val cancelText: TextView = itemView.requireViewById(R.id.cancel_text) constant79 cancelText.setTextColor(surfaceColor) in setSurfaceColor()87 cancelText.backgroundTintList = accentColorList in setAccentPrimaryColor()96 cancelText.setTextColor(textColorList) in setTextPrimaryColor()
91 private lateinit var cancelText: TextView in <lambda>() variable in com.android.systemui.media.controls.ui.controller.MediaViewControllerTest571 cancelText = TextView(context) in <lambda>()577 whenever(gutsViewHolder.cancelText).thenReturn(cancelText) in <lambda>()
192 private lateinit var cancelText: TextView in <lambda>() variable in com.android.systemui.media.controls.ui.controller.MediaControlPanelTest317 cancelText = TextView(context) in <lambda>()323 whenever(gutsViewHolder.cancelText).thenReturn(cancelText) in <lambda>()
138 gutsViewHolder.cancelText.background = gutsViewModel.cancelTextBackground in <lambda>()
227 cancelText.background = model.cancelTextBackground in <lambda>()
1706 TextView cancelText = gutsViewHolder.getCancelText();1708 cancelText.setBackground(mContext.getDrawable(R.drawable.qs_media_outline_button));1710 cancelText.setBackground(mContext.getDrawable(R.drawable.qs_media_solid_button));