Searched refs:shouldHandleTouches (Results 1 – 10 of 10) sorted by relevance
68 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in dialogShowing_shouldHandleTouchesFalse() constant76 assertThat(shouldHandleTouches).isFalse() in dialogShowing_shouldHandleTouchesFalse()82 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in transitionAlphaIsSmall_shouldHandleTouchesFalse() constant90 assertThat(shouldHandleTouches).isFalse() in transitionAlphaIsSmall_shouldHandleTouchesFalse()96 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in alphaFullyShowing_noDialog_shouldHandleTouchesTrue() constant104 assertThat(shouldHandleTouches).isTrue() in alphaFullyShowing_noDialog_shouldHandleTouchesTrue()110 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in deviceEntryViewAlphaZero_alternateBouncerVisible_shouldHandleTouchesTrue() constant116 assertThat(shouldHandleTouches).isTrue() in deviceEntryViewAlphaZero_alternateBouncerVisible_shouldHandleTouchesTrue()
108 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in shadeNotExpanded_noDialogShowing_shouldHandleTouchesTrue() constant116 assertThat(shouldHandleTouches).isTrue() in shadeNotExpanded_noDialogShowing_shouldHandleTouchesTrue()122 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in shadeNotExpanded_dialogShowing_shouldHandleTouchesFalse() constant130 assertThat(shouldHandleTouches).isFalse() in shadeNotExpanded_dialogShowing_shouldHandleTouchesFalse()136 val shouldHandleTouches by collectLastValue(underTest.shouldHandleTouches) in shadeExpanded_noDialogShowing_shouldHandleTouchesFalse() constant144 assertThat(shouldHandleTouches).isFalse() in shadeExpanded_noDialogShowing_shouldHandleTouchesFalse()
49 viewModel.shouldHandleTouches.collect { shouldHandleTouches -> in <lambda>() method52 "[$view]: update shouldHandleTouches=$shouldHandleTouches" in <lambda>()54 view.isInvisible = !shouldHandleTouches in <lambda>()55 udfpsOverlayInteractor.setHandleTouches(shouldHandleTouches) in <lambda>()
49 override val shouldHandleTouches: Flow<Boolean> = in <lambda>() constant55 val shouldHandleTouches = in <lambda>() constant59 shouldHandleTouches, in <lambda>()64 shouldHandleTouches in <lambda>()
24 val shouldHandleTouches: Flow<Boolean> constant
42 override val shouldHandleTouches: Flow<Boolean> = in <lambda>() constant
41 shouldHandleTouches: Boolean, in i()53 bool4 = shouldHandleTouches in i()
190 val shouldHandleTouches by collectLastValue(mUdfpsOverlayInteractor.shouldHandleTouches) in shouldHandleTouchesChange() constant207 assertThat(shouldHandleTouches!!).isFalse() in shouldHandleTouchesChange()215 val shouldHandleTouches by collectLastValue(mUdfpsOverlayInteractor.shouldHandleTouches) in shouldHandleTouchesOnDetach() constant234 assertThat(shouldHandleTouches!!).isFalse() in shouldHandleTouchesOnDetach()
100 val shouldHandleTouches: StateFlow<Boolean> = _shouldHandleTouches.asStateFlow() in <lambda>() constant
97 udfpsOverlayInteractor.shouldHandleTouches.map { shouldHandle -> !shouldHandle } in shouldHandle()