Searched refs:appListData (Results 1 – 2 of 2) sorted by relevance
101 val appListData = viewModel.appListDataFlow.collectAsState(null, Dispatchers.IO) regex102 listModel.AppListWidget(appListData, header, bottomPadding, noItemMessage)126 appListData: State<AppListData<T>?>,132 appListData.value?.let { (list, option) ->
152 }.combine(searchQuery.flow) { appListData, searchQuery ->153 appListData.filter {