Searched defs:mStackScroller (Results 1 – 9 of 9) sorted by relevance
50 private final NotificationStackScrollLayout mStackScroller = field in HeadsUpAppearanceControllerTest
137 @Mock private NotificationStackScrollLayout mStackScroller; field in StatusBarTest274 mEntryManager.setUpForTest(mock(NotificationPresenter.class), mStackScroller, in setup() local
48 private NotificationStackScrollLayout mStackScroller; field in NotificationsQuickSettingsContainer
49 private final NotificationStackScrollLayout mStackScroller; field in HeadsUpAppearanceController
103 private NotificationStackScrollLayout mStackScroller; // Normally test this field in NotificationStackScrollLayoutTest
105 @Mock private NotificationStackScrollLayout mStackScroller; field in NotificationGutsManagerTest
52 private lateinit var mStackScroller: NotificationStackScrollLayout variable in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinator
66 private lateinit var mStackScroller: NotificationStackScrollLayout in <lambda>() variable
143 private TaskStackViewScroller mStackScroller; field in TaskStackView