Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.java179 boolean isShowingHun = isCurrentlyShowingHun(entry);
197 return isCurrentlyShowingHun(entry);
205 return isCurrentlyShowingHun(entry);
234 private boolean isCurrentlyShowingHun(ListEntry entry) { in isCurrentlyShowingHun() method in HeadsUpCoordinator