Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java565 private NotificationEntry mTopHeadsUpEntry; field in NotificationStackScrollLayout
1597 if (mTopHeadsUpEntry == null) {
1600 ExpandableNotificationRow row = mTopHeadsUpEntry.getRow();
1746 && mTopHeadsUpEntry.getRow() != row
1747 && mGroupMembershipManager.getGroupSummary(mTopHeadsUpEntry) != entry) {
5546 mTopHeadsUpEntry = topEntry; in setTopHeadsUpEntry()