Home
last modified time | relevance | path

Searched refs:_selectedOptionState (Results 1 – 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/viewmodel/
DDefaultCustomizationOptionsViewModel.kt28 private val _selectedOptionState = constant
30 override val selectedOption = _selectedOptionState.asStateFlow()
33 return if (_selectedOptionState.value != null) { in deselectOption()
34 _selectedOptionState.value = null in deselectOption()
42 _selectedOptionState.value = option in selectOption()