Searched refs:shouldFocusWindow (Results 1 – 4 of 4) sorted by relevance
114 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(false); in showView_nothingVisible_windowNotFocusable_shouldShowNavBar_navBarsVisible()125 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(false); in showView_nothingVisible_windowNotFocusable_shouldHideNavBar_notHidden()136 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(false); in showView_nothingVisible_windowNotFocusable_shouldShowStatusBar_statusBarsVisible()147 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(false); in showView_nothingVisible_windowNotFocusable_shouldHideStatusBar_notHidden()158 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(true); in showView_nothingAlreadyShown_shouldShowNavBarFalse_navigationBarsHidden()169 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(true); in showView_nothingAlreadyShown_shouldShowNavBarTrue_navigationBarsShown()180 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(true); in showView_nothingAlreadyShown_shouldShowStatusBarFalse_statusBarsHidden()191 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(true); in showView_nothingAlreadyShown_shouldShowStatusBarTrue_statusBarsShown()263 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(true); in showView_newHighestZOrder_shouldShowNavBarFalse_navigationBarsHidden()264 when(mOverlayViewController2.shouldFocusWindow()).thenReturn(true); in showView_newHighestZOrder_shouldShowNavBarFalse_navigationBarsHidden()[all …]
233 if (mHighestZOrder.shouldFocusWindow() && !mHighestZOrder.shouldShowNavigationBarInsets()) { in refreshSystemBarVisibility()247 if (mHighestZOrder.shouldFocusWindow() && !mHighestZOrder.shouldShowStatusBarInsets()) { in refreshStatusBarVisibility()255 setWindowFocusable(mHighestZOrder == null ? false : mHighestZOrder.shouldFocusWindow()); in refreshWindowFocus()
234 protected boolean shouldFocusWindow() { in shouldFocusWindow() method in OverlayViewController
100 protected boolean shouldFocusWindow() { in shouldFocusWindow() method in FullScreenUserSwitcherViewController