Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java92 private final MutableStateFlow<HeadsUpRowRepository> mTopHeadsUpRow = field in HeadsUpManagerPhone
435 mTopHeadsUpRow.setValue((HeadsUpRowRepository) getTopHeadsUpEntry()); in updateTopHeadsUpFlow()
477 return (HeadsUpEntryPhone) mTopHeadsUpRow.getValue(); in getTopHeadsUpEntryPhone()
500 return mTopHeadsUpRow; in getTopHeadsUpRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java558 private ExpandableNotificationRow mTopHeadsUpRow; field in NotificationStackScrollLayout
1135 if (mTopHeadsUpRow == view) {
1688 if (mTopHeadsUpRow == null) {
1691 ExpandableNotificationRow row = mTopHeadsUpRow;
1871 && mTopHeadsUpRow != row
1872 && mGroupMembershipManager.getGroupSummary(mTopHeadsUpRow.getEntry())
5613 mTopHeadsUpRow = topHeadsUpRow; in setTopHeadsUpRow()