Home
last modified time | relevance | path

Searched refs:shouldShowHUN (Results 1 – 5 of 5) 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/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewGlobalStateController.java343 public boolean shouldShowHUN() { in shouldShowHUN() method in OverlayViewGlobalStateController
344 return mZOrderVisibleSortedMap.isEmpty() || mHighestZOrder.shouldShowHUN(); in shouldShowHUN()
DOverlayViewController.java202 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.java266 protected boolean shouldShowHUN() { in shouldShowHUN() method in NotificationPanelViewController