Searched refs:swipedFarEnough (Results 1 – 3 of 3) sorted by relevance
146 return !swipedFarEnough() && menuRow.isSwipedEnoughToShowMenu(); in swipedEnoughToShowMenu()343 public boolean swipedFarEnough(float translation, float viewSize) { in swipedFarEnough() method in NotificationSwipeHelper344 return swipedFarEnough(); in swipedFarEnough()349 protected boolean swipedFarEnough() { in swipedFarEnough() method in NotificationSwipeHelper350 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()