Home
last modified time | relevance | path

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

/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/statusbar/notification/stack/
H A DNotificationSwipeHelper.java361 public boolean swipedFarEnough(float translation, float viewSize) { in swipedFarEnough() method in NotificationSwipeHelper
367 protected boolean swipedFarEnough() { in swipedFarEnough() method in NotificationSwipeHelper
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java723 protected boolean swipedFarEnough() { in swipedFarEnough() method in SwipeHelper