Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
DOverlayViewGlobalStateControllerTest.java111 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 …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewController.java242 protected boolean shouldShowNavigationBarInsets() { in shouldShowNavigationBarInsets() method in OverlayViewController
DOverlayViewGlobalStateController.java254 if (mHighestZOrder.shouldFocusWindow() && !mHighestZOrder.shouldShowNavigationBarInsets()) { in refreshSystemBarVisibility()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DHvacPanelOverlayViewController.java112 protected boolean shouldShowNavigationBarInsets() { in shouldShowNavigationBarInsets() method in HvacPanelOverlayViewController
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java261 protected boolean shouldShowNavigationBarInsets() { in shouldShowNavigationBarInsets() method in NotificationPanelViewController
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java208 protected boolean shouldShowNavigationBarInsets() { in shouldShowNavigationBarInsets() method in CarKeyguardViewController