Searched refs:swipedFarEnough (Results 1 – 3 of 3) sorted by relevance
159 return !swipedFarEnough() && menuRow.isSwipedEnoughToShowMenu(); in swipedEnoughToShowMenu()361 public boolean swipedFarEnough(float translation, float viewSize) { in swipedFarEnough() method in NotificationSwipeHelper362 return swipedFarEnough(); in swipedFarEnough()367 protected boolean swipedFarEnough() { in swipedFarEnough() method in NotificationSwipeHelper368 return super.swipedFarEnough(); in swipedFarEnough()
56 public boolean swipedFarEnough(float translation, float viewSize); in swipedFarEnough() method
723 protected boolean swipedFarEnough() { in swipedFarEnough() method in SwipeHelper734 && !isFalseGesture() && (swipedFastEnough() || swipedFarEnough()) in isDismissGesture()