Searched defs:selectedGridOption (Results 1 – 6 of 6) sorted by relevance
97 val selectedGridOption = collectLastValue(underTest.selectedShapeOption) in selectedShapeOption_default() constant143 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption_default() constant152 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption_shouldUpdateAfterApplyShapeGridOption() constant
143 fun selectedGridOption() = in selectedGridOption() method145 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption() constant161 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption_shouldUpdate_afterOnApply() constant
34 val selectedGridOption = repository.selectedGridOption constant in com.android.customization.picker.grid.domain.interactor.ShapeGridInteractor
135 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption_default() constant144 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption_shouldUpdateAfterApplyGridOption() constant
117 val selectedGridOption = in <lambda>() constant in com.android.wallpaper.customization.ui.viewmodel.ShapeGridPickerViewModel125 combine(overridingGridKey, selectedGridOption) { overridingGridOptionKey, selectedGridOption in <lambda>() method139 selectedGridOption, in <lambda>() method
63 val selectedGridOption: Flow<GridOptionModel?> = in <lambda>() constant in com.android.customization.picker.grid.data.repository.ShapeGridRepository