Searched refs:swipedFastEnough (Results 1 – 3 of 3) sorted by relevance
57 public boolean swipedFastEnough(float translation, float velocity); in swipedFastEnough() method
626 !swipedFastEnough() /* useAccelerateInterpolator */); in onTouchEvent()669 && !isFalseGesture(ev) && (swipedFastEnough() || swipedFarEnough()) in isDismissGesture()683 protected boolean swipedFastEnough() { in swipedFastEnough() method in SwipeHelper
4770 !swipedFastEnough(0, 0) /* useAccelerateInterpolator */);4784 public boolean swipedFastEnough(float translation, float velocity) {4785 return swipedFastEnough();