Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.java53 @Nullable private ExpandableNotificationRow mFirstGentleNotif; field in NotificationSectionsManager
127 mFirstGentleNotif = null; in updateSectionBoundaries()
138 mFirstGentleNotif = row; in updateSectionBoundaries()
239 return mFirstGentleNotif; in getFirstLowPriorityChild()