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.java634 !swipedFastEnough() /* useAccelerateInterpolator */); in onTouchEvent()
677 && !isFalseGesture(ev) && (swipedFastEnough() || swipedFarEnough()) in isDismissGesture()
691 protected boolean swipedFastEnough() { in swipedFastEnough() method in SwipeHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java4495 !swipedFastEnough(0, 0) /* useAccelerateInterpolator */); in dismiss()
4509 public boolean swipedFastEnough(float translation, float velocity) { in swipedFastEnough() method in NotificationStackScrollLayout.NotificationSwipeHelper
4510 return swipedFastEnough(); in swipedFastEnough()