Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DNotificationSwipeActionHelper.java57 public boolean swipedFastEnough(float translation, float velocity); in swipedFastEnough() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java626 !swipedFastEnough() /* useAccelerateInterpolator */); in onTouchEvent()
669 && !isFalseGesture(ev) && (swipedFastEnough() || swipedFarEnough()) in isDismissGesture()
683 protected boolean swipedFastEnough() { in swipedFastEnough() method in SwipeHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java4770 !swipedFastEnough(0, 0) /* useAccelerateInterpolator */);
4784 public boolean swipedFastEnough(float translation, float velocity) {
4785 return swipedFastEnough();