Home
last modified time | relevance | path

Searched refs:isFalseGesture (Results 1 – 3 of 3) 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.java692 && !isFalseGesture(ev) && (swipedFastEnough() || swipedFarEnough()) in isDismissGesture()
696 public boolean isFalseGesture(MotionEvent ev) { in isFalseGesture() method in SwipeHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java214 !isFalseGesture(ev) && isMenuRevealingGestureAwayFromMenu; in handleSwipeFromClosedState()