Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java144 private NotificationSwipeHelper.Builder mNotificationSwipeHelperBuilder; field in NotificationStackScrollLayoutControllerTest
184 when(mNotificationSwipeHelperBuilder.build()).thenReturn(mNotificationSwipeHelper); in setUp()
409 verify(mNotificationSwipeHelperBuilder).setOnMenuEventListener( in testOnMenuShownLogging()
460 verify(mNotificationSwipeHelperBuilder).setOnMenuEventListener( in testOnMenuClickedLogging()
694 mNotificationSwipeHelperBuilder, in initController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java172 private final NotificationSwipeHelper.Builder mNotificationSwipeHelperBuilder; field in NotificationStackScrollLayoutController
707 mNotificationSwipeHelperBuilder = notificationSwipeHelperBuilder; in NotificationStackScrollLayoutController()
759 mSwipeHelper = mNotificationSwipeHelperBuilder in setUpView()