Home
last modified time | relevance | path

Searched refs:NotificationSwipeHelper (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelper.java50 class NotificationSwipeHelper extends SwipeHelper implements NotificationSwipeActionHelper { class
73 NotificationSwipeHelper( in NotificationSwipeHelper() method in NotificationSwipeHelper
576 NotificationSwipeHelper build() { in build()
577 NotificationSwipeHelper swipeHelper = new NotificationSwipeHelper( in build()
H A DNotificationStackScrollLayoutController.java172 private final NotificationSwipeHelper.Builder mNotificationSwipeHelperBuilder;
200 private NotificationSwipeHelper mSwipeHelper;
430 final NotificationSwipeHelper.NotificationCallback mNotificationCallback =
431 new NotificationSwipeHelper.NotificationCallback() {
656 NotificationSwipeHelper.Builder notificationSwipeHelperBuilder, in NotificationStackScrollLayoutController()
1514 if (view != null && !NotificationSwipeHelper.isTouchInView(ev, view)) {
1896 if (!NotificationSwipeHelper.isTouchInView(ev, guts) && isUp && !swipeWantsIt &&
1960 if (guts != null && !NotificationSwipeHelper.isTouchInView(ev, guts)
H A DNotificationStackScrollLayout.java167 private NotificationSwipeHelper mSwipeHelper;
1035 void initView(Context context, NotificationSwipeHelper swipeHelper, in initView()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelperTest.java77 private NotificationSwipeHelper mSwipeHelper;
78 private NotificationSwipeHelper.NotificationCallback mCallback;
97 mCallback = mock(NotificationSwipeHelper.NotificationCallback.class); in setUp()
100 mSwipeHelper = spy(new NotificationSwipeHelper( in setUp()
612 NotificationSwipeHelper.isTouchInView(mEvent, null)); in testIsTouchInView()
640 NotificationSwipeHelper.isTouchInView(mEvent, null)); in testIsTouchInView_expandable()
H A DNotificationStackScrollLayoutControllerTest.java90 import com.android.systemui.statusbar.notification.stack.NotificationSwipeHelper.NotificationCallba…
144 private NotificationSwipeHelper.Builder mNotificationSwipeHelperBuilder;
145 @Mock private NotificationSwipeHelper mNotificationSwipeHelper;
H A DNotificationStackScrollLayoutTest.java128 @Mock private NotificationSwipeHelper mNotificationSwipeHelper;