Home
last modified time | relevance | path

Searched refs:isFalseGesture (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DNotificationSwipeActionHelper.java53 public boolean isFalseGesture(MotionEvent ev); in isFalseGesture() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java677 && !isFalseGesture(ev) && (swipedFastEnough() || swipedFarEnough()) in isDismissGesture()
681 public boolean isFalseGesture(MotionEvent ev) { in isFalseGesture() method in SwipeHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMenuRow.java346 } else if (!mSwipeHelper.isFalseGesture(ev) in handleUpEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java4462 public boolean isFalseGesture(MotionEvent ev) { in isFalseGesture() method in NotificationStackScrollLayout.NotificationSwipeHelper
4463 return super.isFalseGesture(ev); in isFalseGesture()