Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java104 @Mock private NotificationSwipeHelper mNotificationSwipeHelper; field in NotificationStackScrollLayoutTest
147 mStackScrollerInternal.initView(getContext(), mNotificationSwipeHelper); in setUp() local
425 verify(mNotificationSwipeHelper).resetExposedMenuView(true, true); in testSetIsBeingDraggedResetsExposedMenu()
432 verify(mNotificationSwipeHelper).resetExposedMenuView(true, true); in testPanelTrackingStartResetsExposedMenu()
439 verify(mNotificationSwipeHelper).resetExposedMenuView(true, true); in testDarkModeResetsExposedMenu()
H A DNotificationStackScrollLayoutControllerTest.java117 @Mock private NotificationSwipeHelper mNotificationSwipeHelper; field in NotificationStackScrollLayoutControllerTest
146 when(mNotificationSwipeHelperBuilder.build()).thenReturn(mNotificationSwipeHelper); in setUp()