Searched refs:swipedFastEnough (Results 1 – 3 of 3) sorted by relevance
337 doReturn(true).when(mSwipeHelper).swipedFastEnough(); in testIsDismissGesture()349 doReturn(true).when(mSwipeHelper).swipedFastEnough(); in testIsDismissGesture_falseGesture()361 doReturn(false).when(mSwipeHelper).swipedFastEnough(); in testIsDismissGesture_farEnough()373 doReturn(false).when(mSwipeHelper).swipedFastEnough(); in testIsDismissGesture_notFarOrFastEnough()476 doReturn(false).when(mSwipeHelper).swipedFastEnough(); in testDismiss()480 verify(mSwipeHelper, times(1)).swipedFastEnough(); in testDismiss()
420 protected boolean swipedFastEnough() { in swipedFastEnough() method in NotificationSwipeHelper421 return super.swipedFastEnough(); in swipedFastEnough()433 !swipedFastEnough() /* useAccelerateInterpolator */); in dismiss()
725 !swipedFastEnough() /* useAccelerateInterpolator */); in onTouchEvent()770 && !isFalseGesture() && (swipedFastEnough() || swipedFarEnough()) in isDismissGesture()785 protected boolean swipedFastEnough() { in swipedFastEnough() method in SwipeHelper