Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java521 return sectionProvider.beginsSection(child, previousChild) in childNeedsGapHeight()
773 boolean beginsSection(@NonNull View view, @Nullable View previous); in beginsSection() method
DNotificationSectionsManager.kt144 override fun beginsSection(view: View, previous: View?): Boolean = in <lambda>() method
DNotificationStackScrollLayout.java5243 if (mSectionsManager.beginsSection(viewSwiped, viewBefore)) { in onSwipeBegin()
5250 if (mSectionsManager.beginsSection(viewAfter, viewSwiped)) { in onSwipeBegin()