Searched refs:swipedFastEnough (Results 1 – 4 of 4) sorted by relevance
332 public boolean swipedFastEnough(float translation, float viewSize) { in swipedFastEnough() method in NotificationSwipeHelper333 return swipedFastEnough(); in swipedFastEnough()338 protected boolean swipedFastEnough() { in swipedFastEnough() method in NotificationSwipeHelper339 return super.swipedFastEnough(); in swipedFastEnough()356 !swipedFastEnough() /* useAccelerateInterpolator */); in dismiss()
57 public boolean swipedFastEnough(float translation, float velocity); in swipedFastEnough() method
647 !swipedFastEnough() /* useAccelerateInterpolator */); in onTouchEvent()692 && !isFalseGesture(ev) && (swipedFastEnough() || swipedFarEnough()) in isDismissGesture()706 protected boolean swipedFastEnough() { in swipedFastEnough() method in SwipeHelper
301 doReturn(false).when(mSwipeHelper).swipedFastEnough(); in testDismiss()305 verify(mSwipeHelper, times(1)).swipedFastEnough(); in testDismiss()