Searched refs:hapticsToPlay (Results 1 – 3 of 3) sorted by relevance
313 val confirmHaptics by collectLastValue(viewModel.hapticsToPlay) in <lambda>()329 val confirmedHaptics by collectLastValue(viewModel.hapticsToPlay) in <lambda>()345 val currentHaptics by collectLastValue(viewModel.hapticsToPlay) in <lambda>()356 val currentHaptics by collectLastValue(viewModel.hapticsToPlay) in <lambda>()835 val haptics by collectLastValue(viewModel.hapticsToPlay) in <lambda>()849 val haptics by collectLastValue(viewModel.hapticsToPlay) in <lambda>()865 val haptics by collectLastValue(viewModel.hapticsToPlay) in <lambda>()
444 viewModel.hapticsToPlay.collect { haptics -> in <lambda>()
258 val hapticsToPlay = _hapticsToPlay.asStateFlow() in <lambda>() constant