Searched defs:mStackScroller (Results 1 – 8 of 8) sorted by relevance
52 private final NotificationStackScrollLayout mStackScroller = field in HeadsUpAppearanceControllerTest
138 @Mock private NotificationStackScrollLayout mStackScroller; field in StatusBarTest279 mEntryManager.setUpForTest(mock(NotificationPresenter.class), mStackScroller, in setup() local
51 private NotificationStackScrollLayout mStackScroller; field in NotificationsQuickSettingsContainer
57 private final NotificationStackScrollLayout mStackScroller; field in HeadsUpAppearanceController
106 private NotificationStackScrollLayout mStackScroller; // Normally test this field in NotificationStackScrollLayoutTest
105 @Mock private NotificationStackScrollLayout mStackScroller; field in NotificationGutsManagerTest
58 private lateinit var mStackScroller: NotificationStackScrollLayout variable in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinator
145 private TaskStackViewScroller mStackScroller; field in TaskStackView