Home
last modified time | relevance | path

Searched defs:selectedGridOption (Results 1 – 6 of 6) sorted by relevance

/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/picker/grid/data/repository/
DShapeGridRepositoryTest.kt97 val selectedGridOption = collectLastValue(underTest.selectedShapeOption) in selectedShapeOption_default() constant
143 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption_default() constant
152 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption_shouldUpdateAfterApplyShapeGridOption() constant
/packages/apps/ThemePicker/tests/robotests/src/com/android/wallpaper/customization/ui/viewmodel/
DShapeGridPickerViewModelTest.kt143 fun selectedGridOption() = in selectedGridOption() method
145 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption() constant
161 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption_shouldUpdate_afterOnApply() constant
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/domain/interactor/
DShapeGridInteractor.kt34 val selectedGridOption = repository.selectedGridOption constant in com.android.customization.picker.grid.domain.interactor.ShapeGridInteractor
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/picker/grid/domain/interactor/
DShapeGridInteractorTest.kt135 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption_default() constant
144 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption_shouldUpdateAfterApplyGridOption() constant
/packages/apps/ThemePicker/src/com/android/wallpaper/customization/ui/viewmodel/
DShapeGridPickerViewModel.kt117 val selectedGridOption = in <lambda>() constant in com.android.wallpaper.customization.ui.viewmodel.ShapeGridPickerViewModel
125 combine(overridingGridKey, selectedGridOption) { overridingGridOptionKey, selectedGridOption in <lambda>() method
139 selectedGridOption, in <lambda>() method
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/data/repository/
DShapeGridRepository.kt63 val selectedGridOption: Flow<GridOptionModel?> = in <lambda>() constant in com.android.customization.picker.grid.data.repository.ShapeGridRepository