Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/notification/
DCarHeadsUpNotificationSystemContainerTest.java64 when(mOverlayViewGlobalStateController.shouldShowHUN()).thenReturn(true); in setUp()
116 when(mOverlayViewGlobalStateController.shouldShowHUN()).thenReturn(false); in testDisplayNotification_overlayWindowStateShouldShowHUNFalse_isInvisible()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/loading/
DLoadingViewController.java41 protected boolean shouldShowHUN() { in shouldShowHUN() method in LoadingViewController
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewGlobalStateController.java369 public boolean shouldShowHUN() { in shouldShowHUN() method in OverlayViewGlobalStateController
370 return mZOrderVisibleSortedMap.isEmpty() || mHighestZOrder.shouldShowHUN(); in shouldShowHUN()
DOverlayViewController.java234 protected boolean shouldShowHUN() { in shouldShowHUN() method in OverlayViewController
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DCarHeadsUpNotificationSystemContainer.java74 && mOverlayViewGlobalStateController.shouldShowHUN(); in shouldShowHunPanel()
DNotificationPanelViewController.java294 protected boolean shouldShowHUN() { in shouldShowHUN() method in NotificationPanelViewController