Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1988 if (mLongPressedView == null && !mSwipeHelper.isSwiping()
1993 if (mLongPressedView == null && !mSwipeHelper.isSwiping()
2043 && !mSwipeHelper.isSwiping() && !onlyScrollingInThisMotion && guts == null) {
2074 if (mLongPressedView == null && mView.isExpanded() && !mSwipeHelper.isSwiping()
DNotificationSwipeHelper.java293 final boolean previousIsSwiping = isSwiping(); in onInterceptTouchEvent()
DNotificationStackScrollLayout.java3518 || mSwipeHelper.isSwiping() in onGenericMotionEvent()
6072 || mSwipeHelper.isSwiping();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java801 public boolean isSwiping() { in isSwiping() method in SwipeHelper