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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DNotificationSwipeActionHelper.java53 public boolean isFalseGesture(MotionEvent ev); method in interface:NotificationSwipeActionHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java669 && !isFalseGesture(ev) && (swipedFastEnough() || swipedFarEnough())
673 public boolean isFalseGesture(MotionEvent ev) { method in class:SwipeHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java4737 public boolean isFalseGesture(MotionEvent ev) { method in class:NotificationStackScrollLayout.NotificationSwipeHelper
4738 return super.isFalseGesture(ev);

Completed in 219 milliseconds