Home
last modified time | relevance | path

Searched refs:swipedFarEnough (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelper.java159 return !swipedFarEnough() && menuRow.isSwipedEnoughToShowMenu(); in swipedEnoughToShowMenu()
361 public boolean swipedFarEnough(float translation, float viewSize) { in swipedFarEnough() method in NotificationSwipeHelper
362 return swipedFarEnough(); in swipedFarEnough()
367 protected boolean swipedFarEnough() { in swipedFarEnough() method in NotificationSwipeHelper
368 return super.swipedFarEnough(); in swipedFarEnough()
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DNotificationSwipeActionHelper.java56 public boolean swipedFarEnough(float translation, float viewSize); in swipedFarEnough() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java723 protected boolean swipedFarEnough() { in swipedFarEnough() method in SwipeHelper
734 && !isFalseGesture() && (swipedFastEnough() || swipedFarEnough()) in isDismissGesture()