Searched refs:touchesAllowed (Results 1 – 3 of 3) sorted by relevance
402 val touchesAllowed by collectLastValue(underTest.touchesAllowed) in <lambda>() constant408 assertThat(touchesAllowed).isTrue() in <lambda>()414 val touchesAllowed by collectLastValue(underTest.touchesAllowed) in <lambda>() constant420 assertThat(touchesAllowed).isFalse() in <lambda>()
153 val touchesAllowed by viewModel.touchesAllowed.collectAsStateWithLifecycle(initialValue = false) in CommunalContainer() constant238 Box(modifier = Modifier.fillMaxSize().allowGestures(touchesAllowed)) in CommunalContainer()
302 val touchesAllowed: Flow<Boolean> = not(shadeInteractor.isAnyFullyExpanded) in <lambda>() constant