Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java456 private ForegroundServiceDungeonView mFgsSectionView; field in NotificationStackScrollLayout
618 if (mFgsSectionView != null) { in initializeForegroundServiceSection()
621 mFgsSectionView = fgsSectionView; in initializeForegroundServiceSection()
622 addView(mFgsSectionView, -1); in initializeForegroundServiceSection()
5122 if (mFgsSectionView != null) { in onUpdateRowStates()
5123 changeViewPosition(mFgsSectionView, getChildCount() - offsetFromEnd++); in onUpdateRowStates()