Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationTargetsHelperTest.kt24 private val stackScrollLayout: NotificationStackScrollLayout = mock() constant in com.android.systemui.statusbar.notification.stack.NotificationTargetsHelperTest
44 stackScrollLayout = stackScrollLayout, in notificationTargetsHelper()
66 stackScrollLayout = stackScrollLayout, in targetsForMiddleNotificationInGroup()
88 stackScrollLayout = stackScrollLayout, in targetsForLastNotificationInGroup()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DNotificationSection.kt60 stackScrollLayout: NotificationStackScrollLayout,
76 if (stackScrollLayout.parent != sharedNotificationContainer) {
77 (stackScrollLayout.parent as? ViewGroup)?.removeView(stackScrollLayout)
78 sharedNotificationContainer.addNotificationStackScrollLayout(stackScrollLayout)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationTargetsHelper.kt33 stackScrollLayout: NotificationStackScrollLayout, in findRoundableTargets()
42 stackScrollLayout.children in findRoundableTargets()