Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlsModel.kt22 import com.android.systemui.controls.ControlInterface
115 ) : ElementWrapper(), ControlInterface by controlStatus
124 ) : ElementWrapper(), ControlInterface {
H A DControlAdapter.kt38 import com.android.systemui.controls.ControlInterface
122 if (el is ControlInterface) {
232 wrapper as ControlInterface
262 private fun applyRenderInfo(ri: RenderInfo, ci: ControlInterface) {
H A DFavoritesModel.kt23 import com.android.systemui.controls.ControlInterface
97 val position = elements.indexOfFirst { it is ControlInterface && it.controlId == controlId }
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
H A DControlStatus.kt24 interface ControlInterface { regex
41 ) : ControlInterface {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
H A DFavoritesModelTest.kt24 import com.android.systemui.controls.ControlInterface
83 element as ControlInterface