Searched refs:isCustomizeVisible (Results 1 – 2 of 2) sorted by relevance
219 val isCustomizeVisible: Flow<Boolean> = customizeFloatingSheetViewModel.map { it != null } in <lambda>() constant225 combine(isCustomizeVisible, isCustomizeChecked) { show, isChecked -> in <lambda>()
219 actionsViewModel.isCustomizeVisible.collect { in <lambda>()