Home
last modified time | relevance | path

Searched defs:shapeOptions (Results 1 – 11 of 11) sorted by relevance

/packages/apps/ThemePicker/tests/robotests/src/com/android/wallpaper/customization/ui/viewmodel/
DAppIconPickerViewModelTest.kt78 fun shapeOptions() = in shapeOptions() method
80 val shapeOptions = collectLastValue(underTest.shapeOptions) in shapeOptions() constant
102 val shapeOptions = collectLastValue(underTest.shapeOptions) in shapeOptions_whenClickOnCircleOption() constant
130 val shapeOptions = collectLastValue(underTest.shapeOptions) in onApple_shouldBeNonnull_whenClickOnCircleOption() constant
DShapeGridPickerViewModelTest.kt93 fun shapeOptions() = in shapeOptions() method
95 val shapeOptions = collectLastValue(underTest.shapeOptions) in shapeOptions() constant
117 val shapeOptions = collectLastValue(underTest.shapeOptions) in shapeOptions_whenClickOnCircleOption() constant
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/domain/interactor/
DShapeGridInteractor.kt28 val shapeOptions = repository.shapeOptions constant in com.android.customization.picker.grid.domain.interactor.ShapeGridInteractor
DAppIconInteractor.kt34 val shapeOptions = shapeRepository.shapeOptions constant
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/picker/grid/domain/interactor/
DShapeGridInteractorTest.kt66 val shapeOptions = collectLastValue(underTest.shapeOptions) in shapeOptions_default() constant
74 val shapeOptions = collectLastValue(underTest.shapeOptions) in shapeOptions_shouldUpdateAfterApplyGridOption() constant
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/data/repository/
DShapeGridRepository.kt56 val shapeOptions: StateFlow<List<ShapeOptionModel>?> = _shapeOptions.asStateFlow() in <lambda>() constant in com.android.customization.picker.grid.data.repository.ShapeGridRepository
59 shapeOptions.map { shapeOptions -> shapeOptions?.firstOrNull { it.isCurrent } } in <lambda>() method
DShapeRepository.kt61 val shapeOptions: StateFlow<List<ShapeOptionModel>?> = _shapeOptions.asStateFlow() in <lambda>() constant in com.android.customization.picker.grid.data.repository.ShapeRepository
64 shapeOptions.map { shapeOptions -> shapeOptions?.firstOrNull { it.isCurrent } } in <lambda>() method
/packages/apps/ThemePicker/src/com/android/wallpaper/customization/ui/viewmodel/
DAppIconPickerViewModel.kt57 val shapeOptions: Flow<List<OptionItemViewModel2<ShapeIconViewModel>>> = in <lambda>() constant
60 .map { shapeOptions -> shapeOptions.map { toShapeOptionItemViewModel(it) } } in <lambda>() method
DShapeGridPickerViewModel.kt108 val shapeOptions: Flow<List<OptionItemViewModel2<ShapeIconViewModel>>> = in <lambda>() constant in com.android.wallpaper.customization.ui.viewmodel.ShapeGridPickerViewModel
111 .map { shapeOptions -> shapeOptions.map { toShapeOptionItemViewModel(it) } } in <lambda>() method
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/picker/grid/data/repository/
DShapeGridRepositoryTest.kt82 val shapeOptions = collectLastValue(underTest.shapeOptions) in shapeOptions_shouldUpdateAfterApplyShapeGridOption() constant
/packages/apps/ThemePicker/tests/common/src/com/android/customization/model/grid/
DFakeShapeGridManager.kt33 private var shapeOptions: List<ShapeOptionModel>? = DEFAULT_SHAPE_OPTION_LIST variable in com.android.customization.model.grid.FakeShapeGridManager