Searched refs:NotificationCallback (Results 1 – 3 of 3) sorted by relevance
45 private final NotificationCallback mCallback;55 int swipeDirection, NotificationCallback callback, Context context, in NotificationSwipeHelper()444 public interface NotificationCallback extends SwipeHelper.Callback{ interface in NotificationSwipeHelper
6184 private final NotificationSwipeHelper.NotificationCallback mNotificationCallback =6185 new NotificationSwipeHelper.NotificationCallback() {
65 private NotificationSwipeHelper.NotificationCallback mCallback;78 mCallback = mock(NotificationSwipeHelper.NotificationCallback.class); in setUp()