Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java215 private View mLongPressedView; field in NotificationStackScrollLayoutController
547 mLongPressedView = v;
1561 return mLongPressedView != null;
1873 if (mLongPressedView != null) {
1877 if (mLongPressedView == null && !mSwipeHelper.isSwiping()
1882 if (mLongPressedView == null && !mSwipeHelper.isSwiping()
1887 if (mLongPressedView == null && !mView.isBeingDragged()
1925 if (guts != null && mLongPressedView != null) {
1931 if (mLongPressedView == null && mView.getIsExpanded()
1946 if (mLongPressedView == null && mView.isExpanded() && !mSwipeHelper.isSwiping()
[all …]