Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DStatusBehavior.kt38 override fun bind(cws: ControlWithState, colorOffset: Int) {
62 private fun showNotFoundDialog(cvh: ControlViewHolder, cws: ControlWithState) {
H A DBehavior.kt37 fun bind(cws: ControlWithState, colorOffset: Int = 0)
H A DControlWithState.kt33 data class ControlWithState( dataClass
H A DDefaultBehavior.kt26 override fun bind(cws: ControlWithState, colorOffset: Int) {
H A DToggleBehavior.kt43 override fun bind(cws: ControlWithState, colorOffset: Int) {
H A DTemperatureControlBehavior.kt39 override fun bind(cws: ControlWithState, colorOffset: Int) {
H A DTouchBehavior.kt68 override fun bind(cws: ControlWithState, colorOffset: Int) {
H A DThumbnailBehavior.kt68 override fun bind(cws: ControlWithState, colorOffset: Int) {
H A DControlViewHolder.kt105 lateinit var cws: ControlWithState
152 fun bindData(cws: ControlWithState, isLocked: Boolean) {
H A DControlsUiControllerImpl.kt128 private val controlsById = mutableMapOf<ControlKey, ControlWithState>()
253 ControlWithState(selected.structure.componentName, it, null)
789 val cws = ControlWithState(componentName, it.ci, c)
H A DToggleRangeBehavior.kt122 override fun bind(cws: ControlWithState, colorOffset: Int) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
H A DControlViewHolderTest.kt73 val cws = ControlWithState(
120 val cws = ControlWithState(
/aosp14/frameworks/base/packages/SystemUI/
H A Dktfmt_includes.txt125 -packages/SystemUI/src/com/android/systemui/controls/ui/ControlWithState.kt