Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DEditWidgetsActivity.kt42 import com.android.systemui.communal.ui.viewmodel.CommunalEditModeViewModel in <lambda>()
55 private val communalViewModel: CommunalEditModeViewModel, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/view/viewmodel/
DCommunalEditModeViewModelTest.kt49 import com.android.systemui.communal.ui.viewmodel.CommunalEditModeViewModel
96 private lateinit var underTest: CommunalEditModeViewModel
114 CommunalEditModeViewModel( in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
DCommunalEditModeViewModel.kt59 class CommunalEditModeViewModel in <lambda>() class
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt147 import com.android.systemui.communal.ui.viewmodel.CommunalEditModeViewModel in <lambda>()
451 if (viewModel.isEditMode && viewModel is CommunalEditModeViewModel) { in CommunalHubLazyGrid()
1080 viewModel is CommunalEditModeViewModel && in WidgetContent()