Searched refs:shouldHideStatusBarIconsWhenExpanded (Results 1 – 8 of 8) sorted by relevance
134 assertThat(underTest.shouldHideStatusBarIconsWhenExpanded()).isFalse() in <lambda>()145 assertThat(underTest.shouldHideStatusBarIconsWhenExpanded()).isTrue() in <lambda>()156 assertThat(underTest.shouldHideStatusBarIconsWhenExpanded()).isFalse() in <lambda>()
78 fun shouldHideStatusBarIconsWhenExpanded(): Boolean method
124 override fun shouldHideStatusBarIconsWhenExpanded(): Boolean { in <lambda>() method in com.android.systemui.shade.domain.interactor.PanelExpansionInteractorImpl
47 override fun shouldHideStatusBarIconsWhenExpanded() = false in canBeCollapsed() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
331 getNpvc().shouldHideStatusBarIconsWhenExpanded()); in makeExpandedInvisible()
3220 public boolean shouldHideStatusBarIconsWhenExpanded() {
310 when(mPanelExpansionInteractor.shouldHideStatusBarIconsWhenExpanded()).thenReturn(true); in disable_shadeOpenAndShouldHide_everythingHidden()326 when(mPanelExpansionInteractor.shouldHideStatusBarIconsWhenExpanded()).thenReturn(false); in disable_shadeOpenButNotShouldHide_everythingShown()343 when(mPanelExpansionInteractor.shouldHideStatusBarIconsWhenExpanded()).thenReturn(true); in disable_shadeOpenAndShouldHide_thenShadeNotOpenAndDozingUpdate_everythingShown()
648 && mPanelExpansionInteractor.shouldHideStatusBarIconsWhenExpanded()) { in shouldHideStatusBar()