Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsModel.kt22 import com.android.systemui.controls.ControlInterface
115 ) : ElementWrapper(), ControlInterface by controlStatus
121 ) : ElementWrapper(), ControlInterface {
DFavoritesModel.kt23 import com.android.systemui.controls.ControlInterface
95 val position = elements.indexOfFirst { it is ControlInterface && it.controlId == controlId } in changeFavoriteStatus()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
DControlStatus.kt24 interface ControlInterface { interface
41 ) : ControlInterface {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DFavoritesModelTest.kt24 import com.android.systemui.controls.ControlInterface in <lambda>()
80 element as ControlInterface in <lambda>()