Searched refs:_wallpaperModel (Results 1 – 1 of 1) sorted by relevance
43 private val _wallpaperModel = MutableStateFlow<WallpaperModel?>(null) constant44 val wallpaperModel: StateFlow<WallpaperModel?> = _wallpaperModel.asStateFlow()47 _wallpaperModel.value = wallpaperModel in setWallpaperModel()75 _wallpaperModel.value = result.wallpaperModel in downloadWallpaper()