Home
last modified time | relevance | path

Searched refs:touchesAllowed (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/view/viewmodel/
DCommunalViewModelTest.kt402 val touchesAllowed by collectLastValue(underTest.touchesAllowed) in <lambda>() constant
408 assertThat(touchesAllowed).isTrue() in <lambda>()
414 val touchesAllowed by collectLastValue(underTest.touchesAllowed) in <lambda>() constant
420 assertThat(touchesAllowed).isFalse() in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalContainer.kt153 val touchesAllowed by viewModel.touchesAllowed.collectAsStateWithLifecycle(initialValue = false) in CommunalContainer() constant
238 Box(modifier = Modifier.fillMaxSize().allowGestures(touchesAllowed)) in CommunalContainer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
DCommunalViewModel.kt302 val touchesAllowed: Flow<Boolean> = not(shadeInteractor.isAnyFullyExpanded) in <lambda>() constant