Searched refs:stackScroller (Results 1 – 4 of 4) sorted by relevance
41 @Mock private lateinit var stackScroller: View variable in com.android.systemui.shade.NotificationsQuickSettingsContainerTest82 whenever(stackScroller.findViewById<View>(R.id.notification_stack_scroller)) in setUpViews()83 .thenReturn(stackScroller) in setUpViews()90 whenever(stackScroller.layoutParams).thenReturn(layoutParams) in setUpViews()94 underTest.addView(stackScroller) in setUpViews()
58 private val stackScroller: NotificationStackScrollLayout = mock() constant in com.android.systemui.statusbar.notification.stack.StackStateAnimatorTest71 whenever(stackScroller.context).thenReturn(context) in setUp()73 stackStateAnimator = StackStateAnimator(mContext, stackScroller) in setUp()
86 void setStackScroller(View stackScroller) { in setStackScroller() argument87 mStackScroller = stackScroller; in setStackScroller()
4818 NotificationStackScrollLayoutController stackScroller) {4823 setTransitionAlpha(stackScroller).accept(alpha);4828 NotificationStackScrollLayoutController stackScroller) {4829 return setTransitionAlpha(stackScroller, /* excludeNotifications= */ false);4833 NotificationStackScrollLayoutController stackScroller,4838 stackScroller.setMaxAlphaForKeyguard(alpha, "NPVC.setTransitionAlpha()");4858 NotificationStackScrollLayoutController stackScroller) {4863 stackScroller.setTranslationY(translationY);