Searched refs:swipedFarEnough (Results 1 – 3 of 3) sorted by relevance
143 return !swipedFarEnough() && menuRow.isSwipedEnoughToShowMenu(); in swipedEnoughToShowMenu()340 public boolean swipedFarEnough(float translation, float viewSize) { in swipedFarEnough() method in NotificationSwipeHelper341 return swipedFarEnough(); in swipedFarEnough()346 protected boolean swipedFarEnough() { in swipedFarEnough() method in NotificationSwipeHelper347 return super.swipedFarEnough(); in swipedFarEnough()
55 public boolean swipedFarEnough(float translation, float viewSize); in swipedFarEnough() method
682 protected boolean swipedFarEnough() { in swipedFarEnough() method in SwipeHelper692 && !isFalseGesture(ev) && (swipedFastEnough() || swipedFarEnough()) in isDismissGesture()