Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.java245 ActivatableNotificationView lastChildBeforeGap = null; in getLastHighPriorityChild() local
254 lastChildBeforeGap = row; in getLastHighPriorityChild()
258 return lastChildBeforeGap; in getLastHighPriorityChild()