Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.java71 private @Nullable NotificationEntry mCurrentHun; field in HeadsUpCoordinator
224 if (!Objects.equals(mCurrentHun, newHUN)) {
225 mCurrentHun = newHUN;
235 return mCurrentHun == entry.getRepresentativeEntry(); in isCurrentlyShowingHun()