Home
last modified time | relevance | path

Searched refs:getHunWindow (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DCarHeadsUpNotificationContainer.java76 getHunWindow().setVisibility(View.VISIBLE); in displayNotification()
121 getHunWindow().setVisibility(View.INVISIBLE); in removeNotification()
136 return getHunWindow().getVisibility() == View.VISIBLE; in isVisible()
142 protected final ViewGroup getHunWindow() { in getHunWindow() method in CarHeadsUpNotificationContainer
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/headsup/
DCarHeadsUpNotificationContainerTest.java70 mCarHeadsUpNotificationContainer.getHunWindow(), /* params= */ null); in setup()
72 mCarHeadsUpNotificationContainer.getHunWindow().setVisibility(View.INVISIBLE); in setup()