Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java103 private View mTouchedView; field in SwipeHelper
118 if (mTouchedView != null && !mLongPressSent) {
120 if (mTouchedView instanceof ExpandableNotificationRow) {
121 mTouchedView.getLocationOnScreen(mViewOffset);
124 mTouchedView.sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_LONG_CLICKED);
125 ((ExpandableNotificationRow) mTouchedView).doLongClickCallback(x, y);
127 if (isAvailableToDragAndDrop(mTouchedView)) {
128 mCallback.onLongPressSent(mTouchedView);
307 if (mTouchedView instanceof ExpandableNotificationRow) { in onInterceptTouchEvent()
308 … NotificationMenuRowPlugin nmr = ((ExpandableNotificationRow) mTouchedView).getProvider(); in onInterceptTouchEvent()
[all …]