Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DAmbientStateTest.kt41 private val sectionProvider = StackScrollAlgorithm.SectionProvider { _, _ -> false } in <lambda>() constant in com.android.systemui.statusbar.notification.stack.AmbientStateTest
55 sectionProvider, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java272 @NonNull SectionProvider sectionProvider, in AmbientState() argument
278 mSectionProvider = sectionProvider; in AmbientState()
DStackScrollAlgorithm.java754 SectionProvider sectionProvider, in getGapHeightForChild() argument
761 if (childNeedsGapHeight(sectionProvider, visibleIndex, child, in getGapHeightForChild()
790 SectionProvider sectionProvider, in childNeedsGapHeight() argument
794 return sectionProvider.beginsSection(child, previousChild) in childNeedsGapHeight()