Home
last modified time | relevance | path

Searched refs:isDismissGesture (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMenuRow.java288 if (mSwipeHelper.isDismissGesture(ev)) { in handleUpEvent()
314 + " isDismissGesture= " + mSwipeHelper.isDismissGesture(ev) in handleUpEvent()
337 if (withinSnapMenuThreshold && !mSwipeHelper.isDismissGesture(ev)) { in handleUpEvent()
340 } else if (mSwipeHelper.isDismissGesture(ev) && !shouldSnapTo) { in handleUpEvent()
348 || (gestureTowardsMenu && !mSwipeHelper.isDismissGesture(ev))) { in handleUpEvent()
351 } else if (mSwipeHelper.isDismissGesture(ev) && !gestureTowardsMenu) { in handleUpEvent()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DNotificationSwipeActionHelper.java51 public boolean isDismissGesture(MotionEvent ev); in isDismissGesture() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java631 if (isDismissGesture(ev)) { in onTouchEvent()
675 public boolean isDismissGesture(MotionEvent ev) { in isDismissGesture() method in SwipeHelper