Searched refs:swipedFastEnough (Results 1 – 4 of 4) sorted by relevance
329 public boolean swipedFastEnough(float translation, float viewSize) { in swipedFastEnough() method in NotificationSwipeHelper330 return swipedFastEnough(); in swipedFastEnough()335 protected boolean swipedFastEnough() { in swipedFastEnough() method in NotificationSwipeHelper336 return super.swipedFastEnough(); in swipedFastEnough()353 !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
299 doReturn(false).when(mSwipeHelper).swipedFastEnough(); in testDismiss()303 verify(mSwipeHelper, times(1)).swipedFastEnough(); in testDismiss()