Searched refs:selectedGridOption (Results 1 – 7 of 7) sorted by relevance
97 val selectedGridOption = collectLastValue(underTest.selectedShapeOption) in selectedShapeOption_default() constant99 assertThat(selectedGridOption()) in selectedShapeOption_default()143 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption_default() constant145 assertThat(selectedGridOption()) in selectedGridOption_default()152 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption_shouldUpdateAfterApplyShapeGridOption() constant156 assertThat(selectedGridOption()) in selectedGridOption_shouldUpdateAfterApplyShapeGridOption()
117 val selectedGridOption = in <lambda>() constant118 interactor.selectedGridOption in <lambda>()125 combine(overridingGridKey, selectedGridOption) { overridingGridOptionKey, selectedGridOption in <lambda>() method127 overridingGridOptionKey ?: selectedGridOption.key.value in <lambda>()137 combine(overridingGridKey, selectedGridOption, overridingShapeKey, selectedShapeKey) { in <lambda>()139 selectedGridOption, in <lambda>() method143 (overridingGridKey != null && overridingGridKey != selectedGridOption.key.value) || in <lambda>()149 overridingGridKey ?: selectedGridOption.key.value, in <lambda>()
135 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption_default() constant137 assertThat(selectedGridOption()) in selectedGridOption_default()144 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption_shouldUpdateAfterApplyGridOption() constant148 assertThat(selectedGridOption()) in selectedGridOption_shouldUpdateAfterApplyGridOption()
143 fun selectedGridOption() = in selectedGridOption() method in com.android.wallpaper.customization.ui.viewmodel.ShapeGridPickerViewModelTest145 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption() constant148 optionItem = selectedGridOption(), in selectedGridOption()161 val selectedGridOption = collectLastValue(underTest.selectedGridOption) in selectedGridOption_shouldUpdate_afterOnApply() constant172 optionItem = selectedGridOption(), in selectedGridOption_shouldUpdate_afterOnApply()
34 val selectedGridOption = repository.selectedGridOption constant in com.android.customization.picker.grid.domain.interactor.ShapeGridInteractor
63 val selectedGridOption: Flow<GridOptionModel?> = in <lambda>() constant in com.android.customization.picker.grid.data.repository.ShapeGridRepository
298 optionsViewModel.shapeGridPickerViewModel.selectedGridOption.collect { in <lambda>()