Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java53 public NotificationSwipeHelper(int swipeDirection, NotificationCallback callback, in NotificationSwipeHelper() argument
55 super(swipeDirection, callback, context); in NotificationSwipeHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java101 public SwipeHelper(int swipeDirection, Callback callback, Context context) { in SwipeHelper() argument
105 mSwipeDirection = swipeDirection; in SwipeHelper()