Searched refs:NotificationSwipeHelper (Results 1 – 6 of 6) sorted by relevance
50 class NotificationSwipeHelper extends SwipeHelper implements NotificationSwipeActionHelper { class73 NotificationSwipeHelper( in NotificationSwipeHelper() method in NotificationSwipeHelper576 NotificationSwipeHelper build() { in build()577 NotificationSwipeHelper swipeHelper = new NotificationSwipeHelper( in build()
184 private final NotificationSwipeHelper.Builder mNotificationSwipeHelperBuilder;210 private NotificationSwipeHelper mSwipeHelper;508 final NotificationSwipeHelper.NotificationCallback mNotificationCallback =509 new NotificationSwipeHelper.NotificationCallback() {728 NotificationSwipeHelper.Builder notificationSwipeHelperBuilder, in NotificationStackScrollLayoutController()1655 if (view != null && !NotificationSwipeHelper.isTouchInView(ev, view)) {2007 if (!NotificationSwipeHelper.isTouchInView(ev, guts) && isUp && !swipeWantsIt &&2080 if (guts != null && !NotificationSwipeHelper.isTouchInView(ev, guts)
172 private NotificationSwipeHelper mSwipeHelper;914 void initView(Context context, NotificationSwipeHelper swipeHelper, in initView()
77 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()
100 import com.android.systemui.statusbar.notification.stack.NotificationSwipeHelper.NotificationCallba…155 private NotificationSwipeHelper.Builder mNotificationSwipeHelperBuilder;156 @Mock private NotificationSwipeHelper mNotificationSwipeHelper;
137 @Mock private NotificationSwipeHelper mNotificationSwipeHelper;