Searched refs:shouldShowNavigationBarInsets (Results 1 – 6 of 6) sorted by relevance
111 when(mOverlayViewController1.shouldShowNavigationBarInsets()).thenReturn(true); in showView_nothingVisible_windowNotFocusable_shouldShowNavBar_navBarsVisible()122 when(mOverlayViewController1.shouldShowNavigationBarInsets()).thenReturn(false); in showView_nothingVisible_windowNotFocusable_shouldHideNavBar_notHidden()155 when(mOverlayViewController1.shouldShowNavigationBarInsets()).thenReturn(false); in showView_nothingAlreadyShown_shouldShowNavBarFalse_navigationBarsHidden()166 when(mOverlayViewController1.shouldShowNavigationBarInsets()).thenReturn(true); in showView_nothingAlreadyShown_shouldShowNavBarTrue_navigationBarsShown()262 when(mOverlayViewController2.shouldShowNavigationBarInsets()).thenReturn(false); in showView_newHighestZOrder_shouldShowNavBarFalse_navigationBarsHidden()277 when(mOverlayViewController2.shouldShowNavigationBarInsets()).thenReturn(true); in showView_newHighestZOrder_shouldShowNavBarTrue_navigationBarsShown()396 when(mOverlayViewController1.shouldShowNavigationBarInsets()).thenReturn(true); in showView_oldHighestZOrder_shouldShowNavBarFalse_navigationBarsHidden()397 when(mOverlayViewController2.shouldShowNavigationBarInsets()).thenReturn(false); in showView_oldHighestZOrder_shouldShowNavBarFalse_navigationBarsHidden()411 when(mOverlayViewController1.shouldShowNavigationBarInsets()).thenReturn(false); in showView_oldHighestZOrder_shouldShowNavBarTrue_navigationBarsShown()412 when(mOverlayViewController2.shouldShowNavigationBarInsets()).thenReturn(true); in showView_oldHighestZOrder_shouldShowNavBarTrue_navigationBarsShown()[all …]
242 protected boolean shouldShowNavigationBarInsets() { in shouldShowNavigationBarInsets() method in OverlayViewController
254 if (mHighestZOrder.shouldFocusWindow() && !mHighestZOrder.shouldShowNavigationBarInsets()) { in refreshSystemBarVisibility()
112 protected boolean shouldShowNavigationBarInsets() { in shouldShowNavigationBarInsets() method in HvacPanelOverlayViewController
261 protected boolean shouldShowNavigationBarInsets() { in shouldShowNavigationBarInsets() method in NotificationPanelViewController
208 protected boolean shouldShowNavigationBarInsets() { in shouldShowNavigationBarInsets() method in CarKeyguardViewController