Searched refs:shouldFocusWindow (Results 1 – 4 of 4) sorted by relevance
110 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(false); in showView_nothingVisible_windowNotFocusable_shouldShowNavBar_navBarsVisible()121 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(false); in showView_nothingVisible_windowNotFocusable_shouldHideNavBar_notHidden()132 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(false); in showView_nothingVisible_windowNotFocusable_shouldShowStatusBar_statusBarsVisible()143 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(false); in showView_nothingVisible_windowNotFocusable_shouldHideStatusBar_notHidden()154 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(true); in showView_nothingAlreadyShown_shouldShowNavBarFalse_navigationBarsHidden()165 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(true); in showView_nothingAlreadyShown_shouldShowNavBarTrue_navigationBarsShown()176 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(true); in showView_nothingAlreadyShown_shouldShowStatusBarFalse_statusBarsHidden()187 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(true); in showView_nothingAlreadyShown_shouldShowStatusBarTrue_statusBarsShown()259 when(mOverlayViewController1.shouldFocusWindow()).thenReturn(true); in showView_newHighestZOrder_shouldShowNavBarFalse_navigationBarsHidden()260 when(mOverlayViewController2.shouldFocusWindow()).thenReturn(true); in showView_newHighestZOrder_shouldShowNavBarFalse_navigationBarsHidden()[all …]
254 if (mHighestZOrder.shouldFocusWindow() && !mHighestZOrder.shouldShowNavigationBarInsets()) { in refreshSystemBarVisibility()268 if (mHighestZOrder.shouldFocusWindow() && !mHighestZOrder.shouldShowStatusBarInsets()) { in refreshStatusBarVisibility()276 setWindowFocusable(mHighestZOrder == null ? false : mHighestZOrder.shouldFocusWindow()); in refreshWindowFocus()
266 protected boolean shouldFocusWindow() { in shouldFocusWindow() method in OverlayViewController
120 protected boolean shouldFocusWindow() { in shouldFocusWindow() method in FullScreenUserSwitcherViewController