Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java559 private ExpandableNotificationRow mExpandingNotificationRow; field in NotificationStackScrollLayout
3100 if (mExpandingNotificationRow != null && row == null) { in setExpandingNotification()
3102 mExpandingNotificationRow.setExpandingClipPath(null); in setExpandingNotification()
3103 ExpandableNotificationRow parent = mExpandingNotificationRow.getNotificationParent(); in setExpandingNotification()
3108 mExpandingNotificationRow = row; in setExpandingNotification()
5741 || mExpandingNotificationRow == null) {
5775 ExpandableNotificationRow expandingRow = mExpandingNotificationRow;