Searched defs:stackScroller (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ | ||
D | NotificationsQuickSettingsContainerTest.kt | 41 @Mock private lateinit var stackScroller: View variable in com.android.systemui.shade.NotificationsQuickSettingsContainerTest |
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ | ||
D | NotificationsQuickSettingsContainer.java | 86 void setStackScroller(View stackScroller) { in setStackScroller() |
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ | ||
D | StackStateAnimatorTest.kt | 58 private val stackScroller: NotificationStackScrollLayout = mock() constant in com.android.systemui.statusbar.notification.stack.StackStateAnimatorTest |