Searched refs:shouldShowStatusBarInsets (Results 1 – 5 of 5) sorted by relevance
133 when(mOverlayViewController1.shouldShowStatusBarInsets()).thenReturn(true); in showView_nothingVisible_windowNotFocusable_shouldShowStatusBar_statusBarsVisible()144 when(mOverlayViewController1.shouldShowStatusBarInsets()).thenReturn(false); in showView_nothingVisible_windowNotFocusable_shouldHideStatusBar_notHidden()177 when(mOverlayViewController1.shouldShowStatusBarInsets()).thenReturn(false); in showView_nothingAlreadyShown_shouldShowStatusBarFalse_statusBarsHidden()188 when(mOverlayViewController1.shouldShowStatusBarInsets()).thenReturn(true); in showView_nothingAlreadyShown_shouldShowStatusBarTrue_statusBarsShown()291 when(mOverlayViewController2.shouldShowStatusBarInsets()).thenReturn(false); in showView_newHighestZOrder_shouldShowStatusBarFalse_statusBarsHidden()306 when(mOverlayViewController2.shouldShowStatusBarInsets()).thenReturn(true); in showView_newHighestZOrder_shouldShowStatusBarTrue_statusBarsShown()426 when(mOverlayViewController1.shouldShowStatusBarInsets()).thenReturn(true); in showView_oldHighestZOrder_shouldShowStatusBarFalse_statusBarsHidden()427 when(mOverlayViewController2.shouldShowStatusBarInsets()).thenReturn(false); in showView_oldHighestZOrder_shouldShowStatusBarFalse_statusBarsHidden()441 when(mOverlayViewController1.shouldShowStatusBarInsets()).thenReturn(false); in showView_oldHighestZOrder_shouldShowStatusBarTrue_statusBarsShown()442 when(mOverlayViewController2.shouldShowStatusBarInsets()).thenReturn(true); in showView_oldHighestZOrder_shouldShowStatusBarTrue_statusBarsShown()[all …]
250 protected boolean shouldShowStatusBarInsets() { in shouldShowStatusBarInsets() method in OverlayViewController
268 if (mHighestZOrder.shouldFocusWindow() && !mHighestZOrder.shouldShowStatusBarInsets()) { in refreshStatusBarVisibility()
107 protected boolean shouldShowStatusBarInsets() { in shouldShowStatusBarInsets() method in HvacPanelOverlayViewController
266 protected boolean shouldShowStatusBarInsets() { in shouldShowStatusBarInsets() method in NotificationPanelViewController