Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java162 @NonNull SectionProvider sectionProvider, in AmbientState() argument
164 mSectionProvider = sectionProvider; in AmbientState()
H A DStackScrollAlgorithm.java531 SectionProvider sectionProvider, in getGapHeightForChild() argument
536 if (childNeedsGapHeight(sectionProvider, visibleIndex, child, in getGapHeightForChild()
554 SectionProvider sectionProvider, in childNeedsGapHeight() argument
558 return sectionProvider.beginsSection(child, previousChild) in childNeedsGapHeight()