Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1650 if (!mSwipeHelper.isSwiping()
1655 if (!mSwipeHelper.isSwiping() && !mView.isExpandingNotification()) {
1699 if (mView.getIsExpanded() && !mSwipeHelper.isSwiping() && !onlyScrollingInThisMotion
1714 if (mView.isExpanded() && !mSwipeHelper.isSwiping() && !expandingNotification
DNotificationStackScrollLayout.java3368 || mSwipeHelper.isSwiping() in onGenericMotionEvent()
3884 if (mSwipeHelper.isSwiping()) { in onExpansionStopped()
5617 && mSwipeHelper.isSwiping();
5631 || mSwipeHelper.isSwiping();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java736 public boolean isSwiping() { in isSwiping() method in SwipeHelper