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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DNotificationSwipeActionHelper.java57 public boolean swipedFastEnough(float translation, float velocity); method in interface:NotificationSwipeActionHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java634 !swipedFastEnough() /* useAccelerateInterpolator */);
677 && !isFalseGesture(ev) && (swipedFastEnough() || swipedFarEnough())
691 protected boolean swipedFastEnough() { method in class:SwipeHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java4495 !swipedFastEnough(0, 0) /* useAccelerateInterpolator */);
4509 public boolean swipedFastEnough(float translation, float velocity) { method in class:NotificationStackScrollLayout.NotificationSwipeHelper
4510 return swipedFastEnough();

Completed in 130 milliseconds