Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java190 private View mLongPressedView; field in NotificationStackScrollLayoutController
520 mLongPressedView = v;
1502 return mLongPressedView != null;
1761 if (mLongPressedView != null) {
1765 if (mLongPressedView == null && !mSwipeHelper.isSwiping()
1770 if (mLongPressedView == null && !mSwipeHelper.isSwiping()
1775 if (mLongPressedView == null && !mView.isBeingDragged()
1813 if (guts != null && mLongPressedView != null) {
1819 if (mLongPressedView == null && mView.getIsExpanded()
1834 if (mLongPressedView == null && mView.isExpanded() && !mSwipeHelper.isSwiping()
[all …]