Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java454 private ForegroundServiceDungeonView mFgsSectionView; field in NotificationStackScrollLayout
611 if (mFgsSectionView != null) { in initializeForegroundServiceSection()
614 mFgsSectionView = fgsSectionView; in initializeForegroundServiceSection()
615 addView(mFgsSectionView, -1); in initializeForegroundServiceSection()
5214 if (mFgsSectionView != null) { in onUpdateRowStates()
5215 changeViewPosition(mFgsSectionView, getChildCount() - offsetFromEnd++); in onUpdateRowStates()