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()
172 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)
167 private NotificationSwipeHelper mSwipeHelper;1035 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()
90 import com.android.systemui.statusbar.notification.stack.NotificationSwipeHelper.NotificationCallba…144 private NotificationSwipeHelper.Builder mNotificationSwipeHelperBuilder;145 @Mock private NotificationSwipeHelper mNotificationSwipeHelper;
128 @Mock private NotificationSwipeHelper mNotificationSwipeHelper;