Searched refs:shouldHideStatusBarIconsWhenExpanded (Results 1 – 6 of 6) sorted by relevance
47 override fun shouldHideStatusBarIconsWhenExpanded() = false
109 fun shouldHideStatusBarIconsWhenExpanded(): Boolean regex
373 getShadeViewController().shouldHideStatusBarIconsWhenExpanded()); in makeExpandedInvisible()
3098 public boolean shouldHideStatusBarIconsWhenExpanded() { in shouldHideStatusBarIconsWhenExpanded() method
313 when(mShadeViewController.shouldHideStatusBarIconsWhenExpanded()).thenReturn(true); in disable_shadeOpenAndShouldHide_everythingHidden()329 when(mShadeViewController.shouldHideStatusBarIconsWhenExpanded()).thenReturn(false); in disable_shadeOpenButNotShouldHide_everythingShown()346 when(mShadeViewController.shouldHideStatusBarIconsWhenExpanded()).thenReturn(true); in disable_shadeOpenAndShouldHide_thenShadeNotOpenAndDozingUpdate_everythingShown()
547 && mShadeViewController.shouldHideStatusBarIconsWhenExpanded()) { in shouldHideStatusBar()