Searched refs:swipedFastEnough (Results 1 – 3 of 3) sorted by relevance
57 public boolean swipedFastEnough(float translation, float velocity); in swipedFastEnough() method
634 !swipedFastEnough() /* useAccelerateInterpolator */); in onTouchEvent()677 && !isFalseGesture(ev) && (swipedFastEnough() || swipedFarEnough()) in isDismissGesture()691 protected boolean swipedFastEnough() { in swipedFastEnough() method in SwipeHelper
4495 !swipedFastEnough(0, 0) /* useAccelerateInterpolator */); in dismiss()4509 public boolean swipedFastEnough(float translation, float velocity) { in swipedFastEnough() method in NotificationStackScrollLayout.NotificationSwipeHelper4510 return swipedFastEnough(); in swipedFastEnough()