Searched refs:SwipeHelper (Results 1 – 6 of 6) sorted by relevance
39 import com.android.systemui.SwipeHelper;58 class TaskStackViewTouchHandler implements SwipeHelper.Callback {106 SwipeHelper mSwipeHelper;122 mSwipeHelper = new SwipeHelper(SwipeHelper.X, this, context) { in TaskStackViewTouchHandler()
30 import com.android.systemui.SwipeHelper;36 class NotificationSwipeHelper extends SwipeHelper441 public interface NotificationCallback extends SwipeHelper.Callback{
88 import com.android.systemui.SwipeHelper;555 mSwipeHelper = new NotificationSwipeHelper(SwipeHelper.X, mNotificationCallback, in NotificationStackScrollLayout()
41 import com.android.systemui.SwipeHelper;79 … mSwipeHelper = spy(new NotificationSwipeHelper(SwipeHelper.X, mCallback, mContext, mListener)); in setUp()
43 public class SwipeHelper implements Gefingerpoken { class101 public SwipeHelper(int swipeDirection, Callback callback, Context context) { in SwipeHelper() method in SwipeHelper
21 import static com.android.systemui.SwipeHelper.SWIPED_FAR_ENOUGH_SIZE_FRACTION;