HomeSort by relevance Sort by last modified time
    Searched refs:swipedFastEnough (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
NotificationSwipeActionHelper.java 56 public boolean swipedFastEnough(float translation, float velocity);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 614 !swipedFastEnough() /* useAccelerateInterpolator */);
657 && !isFalseGesture(ev) && (swipedFastEnough() || swipedFarEnough())
671 protected boolean swipedFastEnough() {
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
SwipeHelper.java 586 !swipedFastEnough() /* useAccelerateInterpolator */);
628 return !falsingDetected && (swipedFastEnough() || swipedFarEnough())
633 protected boolean swipedFastEnough() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]

Completed in 234 milliseconds