Home
last modified time | relevance | path

Searched refs:shouldShowNavigationBarInsets (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
DOverlayViewGlobalStateControllerTest.java115 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 …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewController.java210 protected boolean shouldShowNavigationBarInsets() { in shouldShowNavigationBarInsets() method in OverlayViewController
DOverlayViewGlobalStateController.java233 if (mHighestZOrder.shouldFocusWindow() && !mHighestZOrder.shouldShowNavigationBarInsets()) { in refreshSystemBarVisibility()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java119 protected boolean shouldShowNavigationBarInsets() { in shouldShowNavigationBarInsets() method in CarKeyguardViewController
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java233 protected boolean shouldShowNavigationBarInsets() { in shouldShowNavigationBarInsets() method in NotificationPanelViewController