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
51 stackScrollLayout = stackScrollLayout, in targetsForFirstNotificationInGroup()
73 stackScrollLayout = stackScrollLayout, in targetsForMiddleNotificationInGroup()
95 stackScrollLayout = stackScrollLayout, in targetsForLastNotificationInGroup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationTargetsHelper.kt35 stackScrollLayout: NotificationStackScrollLayout, in findRoundableTargets()
44 stackScrollLayout.children in findRoundableTargets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1026 NotificationStackScrollLayout stackScrollLayout = mView.findViewById( in onFinishInflate() local
1028 mNotificationStackScrollLayoutController.attach(stackScrollLayout); in onFinishInflate()