Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientStateTest.kt40 private val sectionProvider = StackScrollAlgorithm.SectionProvider { _, _ -> false } regex
53 sectionProvider,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java259 @NonNull SectionProvider sectionProvider, in AmbientState() argument
264 mSectionProvider = sectionProvider; in AmbientState()
H A DStackScrollAlgorithm.java656 SectionProvider sectionProvider, in getGapHeightForChild() argument
663 if (childNeedsGapHeight(sectionProvider, visibleIndex, child, in getGapHeightForChild()
692 SectionProvider sectionProvider, in childNeedsGapHeight() argument
696 return sectionProvider.beginsSection(child, previousChild) in childNeedsGapHeight()