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/
DNotificationTargetsHelper.kt68 !sectionsManager.beginsSection(viewSwiped, it) in findRoundableTargets()
73 !sectionsManager.beginsSection(it, viewSwiped) in findRoundableTargets()
DNotificationSectionsManager.kt112 override fun beginsSection(view: View, previous: View?): Boolean = in <lambda>() method in com.android.systemui.statusbar.notification.stack.NotificationSectionsManager
DStackScrollAlgorithm.java794 return sectionProvider.beginsSection(child, previousChild) in childNeedsGapHeight()
1184 boolean beginsSection(@NonNull View view, @Nullable View previous);