Searched refs:shouldShowNavigationBarInsets (Results 1 – 5 of 5) sorted by relevance
115 when(mOverlayViewController1.shouldShowNavigationBarInsets()).thenReturn(true); in showView_nothingVisible_windowNotFocusable_shouldShowNavBar_navBarsVisible()126 when(mOverlayViewController1.shouldShowNavigationBarInsets()).thenReturn(false); in showView_nothingVisible_windowNotFocusable_shouldHideNavBar_notHidden()159 when(mOverlayViewController1.shouldShowNavigationBarInsets()).thenReturn(false); in showView_nothingAlreadyShown_shouldShowNavBarFalse_navigationBarsHidden()170 when(mOverlayViewController1.shouldShowNavigationBarInsets()).thenReturn(true); in showView_nothingAlreadyShown_shouldShowNavBarTrue_navigationBarsShown()266 when(mOverlayViewController2.shouldShowNavigationBarInsets()).thenReturn(false); in showView_newHighestZOrder_shouldShowNavBarFalse_navigationBarsHidden()281 when(mOverlayViewController2.shouldShowNavigationBarInsets()).thenReturn(true); in showView_newHighestZOrder_shouldShowNavBarTrue_navigationBarsShown()385 when(mOverlayViewController1.shouldShowNavigationBarInsets()).thenReturn(true); in showView_oldHighestZOrder_shouldShowNavBarFalse_navigationBarsHidden()386 when(mOverlayViewController2.shouldShowNavigationBarInsets()).thenReturn(false); in showView_oldHighestZOrder_shouldShowNavBarFalse_navigationBarsHidden()400 when(mOverlayViewController1.shouldShowNavigationBarInsets()).thenReturn(false); in showView_oldHighestZOrder_shouldShowNavBarTrue_navigationBarsShown()401 when(mOverlayViewController2.shouldShowNavigationBarInsets()).thenReturn(true); in showView_oldHighestZOrder_shouldShowNavBarTrue_navigationBarsShown()[all …]
210 protected boolean shouldShowNavigationBarInsets() { in shouldShowNavigationBarInsets() method in OverlayViewController
233 if (mHighestZOrder.shouldFocusWindow() && !mHighestZOrder.shouldShowNavigationBarInsets()) { in refreshSystemBarVisibility()
119 protected boolean shouldShowNavigationBarInsets() { in shouldShowNavigationBarInsets() method in CarKeyguardViewController
233 protected boolean shouldShowNavigationBarInsets() { in shouldShowNavigationBarInsets() method in NotificationPanelViewController