Home
last modified time | relevance | path

Searched refs:CurrentTilesInteractor (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/startable/
DQSPipelineCoreStartable.kt25 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor
34 private val currentTilesInteractor: CurrentTilesInteractor,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/viewmodel/
DTileGridViewModel.kt24 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor in <lambda>()
43 tilesInteractor: CurrentTilesInteractor, in <lambda>()
DEditModeViewModel.kt26 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor in <lambda>()
27 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor.Companion.POSITION… in <lambda>()
49 private val currentTilesInteractor: CurrentTilesInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
DAccessibilityTilesInteractor.kt47 fun init(currentTilesInteractor: CurrentTilesInteractor) { in <lambda>()
57 private fun startObservingTiles(currentTilesInteractor: CurrentTilesInteractor) { in <lambda>()
DAutoAddInteractor.kt59 private lateinit var currentTilesInteractor: CurrentTilesInteractor in <lambda>()
62 fun init(currentTilesInteractor: CurrentTilesInteractor) { in <lambda>()
DCurrentTilesInteractor.kt75 interface CurrentTilesInteractor : ProtoDumpable { in <lambda>() interface
153 ) : CurrentTilesInteractor {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/domain/interactor/
DGridConsistencyInteractor.kt25 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor in <lambda>()
38 private val currentTilesInteractor: CurrentTilesInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/dagger/
DQSPipelineModule.kt34 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor
64 ): CurrentTilesInteractor in provideTileSpecRepository()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSHostAdapter.kt28 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor
51 private val interactor: CurrentTilesInteractor,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/pipeline/domain/interactor/
DCurrentTilesInteractorKosmos.kt36 val Kosmos.currentTilesInteractor: CurrentTilesInteractor by
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/
DPartitionedGridLayout.kt59 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor in <lambda>()
115 onAddTile(it, CurrentTilesInteractor.POSITION_AT_END) in <lambda>()
DTile.kt87 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor
275 onAddTile(it, CurrentTilesInteractor.POSITION_AT_END) in DefaultEditTileGrid()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/interactor/
DAccessibilityTilesInteractorTest.kt71 private lateinit var currentTilesInteractor: CurrentTilesInteractor in <lambda>()
DAutoAddInteractorTest.kt61 @Mock private lateinit var currentTilesInteractor: CurrentTilesInteractor
/frameworks/base/packages/SystemUI/docs/
Dqs-tiles.md364 ### CurrentTilesInteractor subsection
415 2. This updates the flow that `CurrentTilesInteractor` is collecting from, triggering the process
417 3. `CurrentTilesInteractor` calls the available `QSFactory` classes in order to find one that will
422 4. `CurrentTilesInteractor` updates its flow and classes collecting from it will be notified of the