Searched refs:shouldHideFooterView (Results 1 – 3 of 3) sorted by relevance
478 val shouldHide by collectLastValue(underTest.shouldHideFooterView) in shouldHideFooterView_trueWhenShadeIsClosed()492 val shouldHide by collectLastValue(underTest.shouldHideFooterView) in shouldHideFooterView_falseWhenShadeIsOpen()506 val shouldHide by collectLastValue(underTest.shouldHideFooterView) in shouldHideFooterView_falseWhenQSPartiallyOpen()
122 val shouldHideFooterView: Flow<Boolean> by lazy { in <lambda>() constant
202 launch { viewModel.shouldHideFooterView.collect { footerView.setShouldBeHidden(it) } } in <lambda>()