Searched defs:shouldHandleTouches (Results 1 – 7 of 7) sorted by relevance
66 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in dialogShowing_shouldHandleTouchesFalse() constant80 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in transitionAlphaIsSmall_shouldHandleTouchesFalse() constant94 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in alphaFullyShowing_noDialog_shouldHandleTouchesTrue() constant108 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in deviceEntryViewAlphaZero_alternateBouncerVisible_shouldHandleTouchesTrue() constant
106 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in shadeNotExpanded_noDialogShowing_shouldHandleTouchesTrue() constant120 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in shadeNotExpanded_dialogShowing_shouldHandleTouchesFalse() constant134 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in shadeExpanded_noDialogShowing_shouldHandleTouchesFalse() constant
47 override val shouldHandleTouches: Flow<Boolean> = in <lambda>() constant53 val shouldHandleTouches = in <lambda>() constant
24 val shouldHandleTouches: Flow<Boolean> constant
40 override val shouldHandleTouches: Flow<Boolean> = in <lambda>() constant
45 viewModel.shouldHandleTouches.collect { shouldHandleTouches -> in <lambda>() method
100 val shouldHandleTouches: StateFlow<Boolean> = _shouldHandleTouches.asStateFlow() in <lambda>() constant