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.java54 boolean isFalseGesture(); in isFalseGesture() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java708 && !isFalseGesture() && (swipedFastEnough() || swipedFarEnough()) in isDismissGesture()
713 public boolean isFalseGesture() { in isFalseGesture() method in SwipeHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java230 !isFalseGesture() && isMenuRevealingGestureAwayFromMenu; in handleSwipeFromClosedState()