Home
last modified time | relevance | path

Searched refs:mNotificationSwipeHelperBuilder (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java155 private NotificationSwipeHelper.Builder mNotificationSwipeHelperBuilder; field in NotificationStackScrollLayoutControllerTest
201 when(mNotificationSwipeHelperBuilder.build()).thenReturn(mNotificationSwipeHelper); in setUp()
662 verify(mNotificationSwipeHelperBuilder).setOnMenuEventListener( in testOnMenuShownLogging()
713 verify(mNotificationSwipeHelperBuilder).setOnMenuEventListener( in testOnMenuClickedLogging()
1002 mNotificationSwipeHelperBuilder, in initController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java184 private final NotificationSwipeHelper.Builder mNotificationSwipeHelperBuilder; field in NotificationStackScrollLayoutController
780 mNotificationSwipeHelperBuilder = notificationSwipeHelperBuilder; in NotificationStackScrollLayoutController()
841 mSwipeHelper = mNotificationSwipeHelperBuilder in setUpView()