Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
DOverlayViewGlobalStateControllerTest.java133 when(mOverlayViewController1.shouldShowStatusBarInsets()).thenReturn(true); in showView_nothingVisible_windowNotFocusable_shouldShowStatusBar_statusBarsVisible()
144 when(mOverlayViewController1.shouldShowStatusBarInsets()).thenReturn(false); in showView_nothingVisible_windowNotFocusable_shouldHideStatusBar_notHidden()
177 when(mOverlayViewController1.shouldShowStatusBarInsets()).thenReturn(false); in showView_nothingAlreadyShown_shouldShowStatusBarFalse_statusBarsHidden()
188 when(mOverlayViewController1.shouldShowStatusBarInsets()).thenReturn(true); in showView_nothingAlreadyShown_shouldShowStatusBarTrue_statusBarsShown()
291 when(mOverlayViewController2.shouldShowStatusBarInsets()).thenReturn(false); in showView_newHighestZOrder_shouldShowStatusBarFalse_statusBarsHidden()
306 when(mOverlayViewController2.shouldShowStatusBarInsets()).thenReturn(true); in showView_newHighestZOrder_shouldShowStatusBarTrue_statusBarsShown()
426 when(mOverlayViewController1.shouldShowStatusBarInsets()).thenReturn(true); in showView_oldHighestZOrder_shouldShowStatusBarFalse_statusBarsHidden()
427 when(mOverlayViewController2.shouldShowStatusBarInsets()).thenReturn(false); in showView_oldHighestZOrder_shouldShowStatusBarFalse_statusBarsHidden()
441 when(mOverlayViewController1.shouldShowStatusBarInsets()).thenReturn(false); in showView_oldHighestZOrder_shouldShowStatusBarTrue_statusBarsShown()
442 when(mOverlayViewController2.shouldShowStatusBarInsets()).thenReturn(true); in showView_oldHighestZOrder_shouldShowStatusBarTrue_statusBarsShown()
[all …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewController.java250 protected boolean shouldShowStatusBarInsets() { in shouldShowStatusBarInsets() method in OverlayViewController
DOverlayViewGlobalStateController.java268 if (mHighestZOrder.shouldFocusWindow() && !mHighestZOrder.shouldShowStatusBarInsets()) { in refreshStatusBarVisibility()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DHvacPanelOverlayViewController.java107 protected boolean shouldShowStatusBarInsets() { in shouldShowStatusBarInsets() method in HvacPanelOverlayViewController
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java266 protected boolean shouldShowStatusBarInsets() { in shouldShowStatusBarInsets() method in NotificationPanelViewController