Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java224 private View mLongPressedView; field in NotificationStackScrollLayoutController
621 mLongPressedView = v;
1703 return mLongPressedView != null;
1984 if (mLongPressedView != null) {
1988 if (mLongPressedView == null && !mSwipeHelper.isSwiping()
1993 if (mLongPressedView == null && !mSwipeHelper.isSwiping()
1998 if (mLongPressedView == null && !mView.isBeingDragged()
2036 if (guts != null && mLongPressedView != null) {
2042 if (mLongPressedView == null && mView.getIsExpanded()
2067 if (mLongPressedView == null && !mView.isBeingDragged()
[all …]