Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java39 import com.android.systemui.SwipeHelper;
58 class TaskStackViewTouchHandler implements SwipeHelper.Callback {
106 SwipeHelper mSwipeHelper;
122 mSwipeHelper = new SwipeHelper(SwipeHelper.X, this, context) { in TaskStackViewTouchHandler()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java30 import com.android.systemui.SwipeHelper;
36 class NotificationSwipeHelper extends SwipeHelper
441 public interface NotificationCallback extends SwipeHelper.Callback{
DNotificationStackScrollLayout.java88 import com.android.systemui.SwipeHelper;
555 mSwipeHelper = new NotificationSwipeHelper(SwipeHelper.X, mNotificationCallback, in NotificationStackScrollLayout()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelperTest.java41 import com.android.systemui.SwipeHelper;
79 … mSwipeHelper = spy(new NotificationSwipeHelper(SwipeHelper.X, mCallback, mContext, mListener)); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java43 public class SwipeHelper implements Gefingerpoken { class
101 public SwipeHelper(int swipeDirection, Callback callback, Context context) { in SwipeHelper() method in SwipeHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java21 import static com.android.systemui.SwipeHelper.SWIPED_FAR_ENOUGH_SIZE_FRACTION;