Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DNotificationSwipeActionHelper.java58 public boolean swipedFastEnough(float translation, float velocity); in swipedFastEnough() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelper.java350 public boolean swipedFastEnough(float translation, float viewSize) { in swipedFastEnough() method in NotificationSwipeHelper
356 protected boolean swipedFastEnough() { in swipedFastEnough() method in NotificationSwipeHelper
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java749 protected boolean swipedFastEnough() { in swipedFastEnough() method in SwipeHelper