Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/picker/grid/domain/interactor/
DShapeGridInteractor.kt30 val selectedShapeOption = repository.selectedShapeOption constant in com.android.customization.picker.grid.domain.interactor.ShapeGridInteractor
DAppIconInteractor.kt36 val selectedShapeOption = shapeRepository.selectedShapeOption constant
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/picker/grid/domain/interactor/
DShapeGridInteractorTest.kt89 val selectedShapeOption = collectLastValue(underTest.selectedShapeOption) in selectedShapeOption_default() constant
98 val selectedShapeOption = collectLastValue(underTest.selectedShapeOption) in selectedShapeOption_shouldUpdateAfterApplyGridOption() constant
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/picker/grid/data/repository/
DShapeGridRepositoryTest.kt106 val selectedShapeOption = collectLastValue(underTest.selectedShapeOption) in selectedShapeOption_shouldUpdateAfterApplyShapeGridOption() constant
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/data/repository/
DShapeGridRepository.kt58 val selectedShapeOption: Flow<ShapeOptionModel?> = in <lambda>() constant in com.android.customization.picker.grid.data.repository.ShapeGridRepository
DShapeRepository.kt63 val selectedShapeOption: Flow<ShapeOptionModel?> = in <lambda>() constant in com.android.customization.picker.grid.data.repository.ShapeRepository