Searched refs:statusBarAppearance (Results 1 – 3 of 3) sorted by relevance
272 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarAppearance_navBarColorManaged_matchesCallbackValue()286 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarAppearance_appearanceRegions_noLetterboxDetails_usesCallbackValues()314 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarAppearance_appearanceRegions_letterboxDetails_usesLetterboxCalculator()338 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarAppearance_boundsChanged_appearanceReFetched()392 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarMode_ongoingCallAndFullscreen_semiTransparent()407 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarMode_ongoingCallButNotFullscreen_matchesAppearance()423 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarMode_fullscreenButNotOngoingCall_matchesAppearance()437 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarMode_transientShown_semiTransparent()450 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarMode_appearanceLowProfileAndOpaque_lightsOut()462 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarMode_appearanceLowProfile_lightsOutTransparent()[all …]
87 val statusBarAppearance: StateFlow<StatusBarAppearance?> in <lambda>() constant223 override val statusBarAppearance: StateFlow<StatusBarAppearance?> = constant251 statusBarAppearance
48 override val statusBarAppearance = MutableStateFlow<StatusBarAppearance?>(null) constant in com.android.systemui.statusbar.data.repository.FakeStatusBarModePerDisplayRepository