Home
last modified time | relevance | path

Searched defs:communalContent (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/view/viewmodel/
DCommunalViewModelTest.kt223 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
255 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
293 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
336 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
362 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
376 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
388 val communalContent by collectValues(underTest.communalContent) in <lambda>() constant
430 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
757 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
815 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
[all …]
DCommunalEditModeViewModelTest.kt143 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
193 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalScene.kt45 private val communalContent: CommunalContent, constant
DCommunalHub.kt228 val communalContent by in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
DBaseCommunalViewModel.kt127 abstract val communalContent: Flow<List<CommunalContentModel>> constant in com.android.systemui.communal.ui.viewmodel.BaseCommunalViewModel
DCommunalEditModeViewModel.kt124 override val communalContent: Flow<List<CommunalContentModel>> = in <lambda>() constant
DCommunalViewModel.kt180 override val communalContent: Flow<List<CommunalContentModel>> = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DGlanceableHubContainerController.kt99 private val communalContent: CommunalContent, in <lambda>() constant in com.android.systemui.shade.GlanceableHubContainerController