Searched refs:swipedFarEnough (Results 1 – 3 of 3) sorted by relevance
234 doReturn(true).when(mSwipeHelper).swipedFarEnough(); in testHandleUpEvent_menuRowWithoutMenu_dismiss()250 doReturn(true).when(mSwipeHelper).swipedFarEnough(); in testHandleUpEvent_menuRowWithoutMenu_snapback()267 doReturn(true).when(mSwipeHelper).swipedFarEnough(); in testHandleUpEvent_menuRowWithOpenMenu_dismissed()284 doReturn(true).when(mSwipeHelper).swipedFarEnough(); in testHandleUpEvent_menuRowWithOpenMenu_snapback()302 doReturn(true).when(mSwipeHelper).swipedFarEnough(); in testHandleUpEvent_menuRowWithClosedMenu_dismissed()319 doReturn(true).when(mSwipeHelper).swipedFarEnough(); in testHandleUpEvent_menuRowWithClosedMenu_snapback()336 doReturn(true).when(mSwipeHelper).swipedFarEnough(); in testIsDismissGesture()348 doReturn(true).when(mSwipeHelper).swipedFarEnough(); in testIsDismissGesture_falseGesture()360 doReturn(true).when(mSwipeHelper).swipedFarEnough(); in testIsDismissGesture_farEnough()372 doReturn(false).when(mSwipeHelper).swipedFarEnough(); in testIsDismissGesture_notFarOrFastEnough()
177 return !swipedFarEnough() && menuRow.isSwipedEnoughToShowMenu(); in swipedEnoughToShowMenu()426 protected boolean swipedFarEnough() { in swipedFarEnough() method in NotificationSwipeHelper427 return super.swipedFarEnough(); in swipedFarEnough()
762 protected boolean swipedFarEnough() { in swipedFarEnough() method in SwipeHelper773 && !isFalseGesture() && (swipedFastEnough() || swipedFarEnough()) in isDismissGesture()