Searched refs:shouldIncludeFooterView (Results 1 – 3 of 3) sorted by relevance
305 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_trueWhenShade()321 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_trueWhenLockedShade()337 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_falseWhenKeyguard()352 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_falseWhenUserNotSetUp()370 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_falseWhenStartingToSleep()388 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_falseWhenQsExpandedDefault()407 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_trueWhenQsExpandedSplitShade()428 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_falseWhenRemoteInputActive()446 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_animatesWhenShade()462 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_notAnimatingOnKeyguard()
145 val shouldIncludeFooterView: Flow<AnimatedValue<Boolean>> by lazy { in <lambda>() constant
195 viewModel.shouldIncludeFooterView.collect { animatedVisibility -> in <lambda>()