Searched refs:swipedFarEnough (Results 1 – 3 of 3) sorted by relevance
141 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()
57 public boolean swipedFarEnough(float translation, float viewSize); in swipedFarEnough() method
690 protected boolean swipedFarEnough() { in swipedFarEnough() method in SwipeHelper700 && !isFalseGesture(ev) && (swipedFastEnough() || swipedFarEnough()) in isDismissGesture()